release zip

This commit is contained in:
Your Name 2024-06-22 11:31:54 -04:00 committed by Henri Dickson
parent 1146795072
commit c460e89818

View file

@ -47,12 +47,12 @@ jobs:
tag: ${{ github.ref }}
- name: snapshot code
run: zip -r /tmp/neodb-${{ github.ref }}.zip . -x '.git'
run: zip -r /tmp/neodb-source-${{ github.ref_name }}.zip . -x '.git'
- uses: svenstaro/upload-release-action@v2
with:
repo_token: ${{ secrets.GITHUB_TOKEN }}
file: /tmp/neodb-${{ github.ref }}.zip
file: /tmp/neodb-source-${{ github.ref_name }}.zip
tag: ${{ github.ref }}
- name: Send Discord notification