From c460e89818b22e301ed7bc5ba0234dce12a183e0 Mon Sep 17 00:00:00 2001 From: Your Name Date: Sat, 22 Jun 2024 11:31:54 -0400 Subject: [PATCH] release zip --- .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 671d02d1..bbcd0dd6 100644 --- a/.github/workflows/publish-tags.yml +++ b/.github/workflows/publish-tags.yml @@ -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