From 1a56bad4d09695d7778d75cfa90334567b6beb75 Mon Sep 17 00:00:00 2001 From: Your Name Date: Sun, 16 Jun 2024 09:27:34 -0400 Subject: [PATCH] fix-release-workflow --- .github/workflows/publish-tags.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/publish-tags.yml b/.github/workflows/publish-tags.yml index 60831f7d..171fbef3 100644 --- a/.github/workflows/publish-tags.yml +++ b/.github/workflows/publish-tags.yml @@ -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: