We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 131fcb1 commit 16977d3Copy full SHA for 16977d3
.github/workflows/package-and-upload-assets.yml
@@ -133,7 +133,8 @@ jobs:
133
- name: Upload all assets to GitHub Release
134
env:
135
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
136
+ GITHUB_EVENT_RELEASE_TAG_NAME: ${{ github.event.release.tag_name }}
137
run: |
138
gh release upload \
- ${{ github.event.release.tag_name }} \
139
+ ${GITHUB_EVENT_RELEASE_TAG_NAME} \
140
release-archives/*/*
0 commit comments