Append tag name to artifact
This commit is contained in:
parent
802c55385f
commit
28fd2aa0f0
1 changed files with 1 additions and 1 deletions
2
.github/workflows/release-handler.yml
vendored
2
.github/workflows/release-handler.yml
vendored
|
@ -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
|
||||
|
|
Reference in a new issue