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 dd292d3 commit 7021094Copy full SHA for 7021094
.github/workflows/release.yml
@@ -85,4 +85,6 @@ jobs:
85
86
- name: Publish release
87
shell: bash
88
+ env:
89
+ GH_TOKEN: ${{github.token}}
90
run: gh release create ${{env.release}} --title "Release ${{env.release}}" ${{github.workspace}}/Artifacts/Configure.Release.x64.exe ${{github.workspace}}/Artifacts/Configure.Release.arm64.exe ${{github.workspace}}/Artifacts/Configure.Release.x86.exe ${{github.workspace}}/files.zip
0 commit comments