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 7021094 commit 8edcb6cCopy full SHA for 8edcb6c
.github/workflows/release.yml
@@ -84,7 +84,7 @@ jobs:
84
git push origin $release
85
86
- name: Publish release
87
- shell: bash
+ shell: cmd
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
+ 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