We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ecbd66c commit a9e07e3Copy full SHA for a9e07e3
1 file changed
.github/workflows/release.yml
@@ -111,12 +111,6 @@ jobs:
111
112
- name: Upload to GitHub Release
113
if: github.event_name == 'push' || github.event_name == 'workflow_dispatch'
114
- uses: softprops/action-gh-release@v2
115
- with:
116
- tag_name: ${{ env.RELEASE_TAG }}
117
- files: |
118
- release/*Setup*.exe
119
- release/*.blockmap
120
- fail_on_unmatched_files: true
121
env:
122
- GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
+ GH_TOKEN: ${{ secrets.GITHUB_TOKEN }}
+ run: gh release upload "$RELEASE_TAG" release/*Setup*.exe release/*.blockmap --clobber
0 commit comments