release zip
This commit is contained in:
parent
1146795072
commit
c460e89818
1 changed files with 2 additions and 2 deletions
4
.github/workflows/publish-tags.yml
vendored
4
.github/workflows/publish-tags.yml
vendored
|
@ -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
|
||||
|
|
Loading…
Add table
Reference in a new issue