fix release workflow

This commit is contained in:
Your Name 2024-06-16 09:12:06 -04:00 committed by Henri Dickson
parent 5ee1bfa68b
commit e5e8a53b3f

View file

@ -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 }}