fix release workflow
This commit is contained in:
parent
5ee1bfa68b
commit
e5e8a53b3f
1 changed files with 2 additions and 1 deletions
3
.github/workflows/publish-tags.yml
vendored
3
.github/workflows/publish-tags.yml
vendored
|
@ -28,7 +28,8 @@ jobs:
|
|||
repo_token: ${{ secrets.GITHUB_TOKEN }}
|
||||
file: neodb.env.example
|
||||
tag: ${{ github.ref }}
|
||||
- run zip -r neodb-takahe.zip neodb-takahe -x '.git'
|
||||
- name: snapshot takahe code
|
||||
run: zip -r neodb-takahe-`cd neodb-takahe; git rev-parse --short HEAD`.zip neodb-takahe -x '.git'
|
||||
- uses: svenstaro/upload-release-action@v2
|
||||
with:
|
||||
repo_token: ${{ secrets.GITHUB_TOKEN }}
|
||||
|
|
Loading…
Add table
Reference in a new issue