Append tag name to artifact

This commit is contained in:
Ben Goldsworthy 2021-03-10 16:28:56 +00:00
parent 802c55385f
commit 28fd2aa0f0

View file

@ -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