Skip to content

Commit 8edcb6c

Browse files
committed
Use a command prompt instead to execute the command.
1 parent 7021094 commit 8edcb6c

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/release.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -84,7 +84,7 @@ jobs:
8484
git push origin $release
8585
8686
- name: Publish release
87-
shell: bash
87+
shell: cmd
8888
env:
8989
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
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

Comments
 (0)