fix-release-workflow

This commit is contained in:
Your Name 2024-06-16 09:27:34 -04:00 committed by Henri Dickson
parent 12993feda8
commit 1a56bad4d0

View file

@ -29,11 +29,11 @@ jobs:
file: neodb.env.example
tag: ${{ github.ref }}
- name: snapshot takahe code
run: zip -r neodb-takahe-`cd neodb-takahe; git rev-parse --short HEAD`.zip neodb-takahe -x '.git'
run: zip -r neodb-takahe.zip neodb-takahe -x '.git'
- uses: svenstaro/upload-release-action@v2
with:
repo_token: ${{ secrets.GITHUB_TOKEN }}
file: neodb-takahe-*
file: neodb-takahe.zip
tag: ${{ github.ref }}
build_and_push_image: