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