diff --git a/.github/workflows/release-handler.yml b/.github/workflows/release-handler.yml index dfeb6a4..497334d 100644 --- a/.github/workflows/release-handler.yml +++ b/.github/workflows/release-handler.yml @@ -28,7 +28,7 @@ jobs: - name: Upload archive as artifact uses: actions/upload-artifact@v2 with: - name: footnotes + name: footnotes-${{ github.event.release.tag_name }} path: footnotes-${{ github.event.release.tag_name }}.zip - name: Upload archive to release