We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 86fc27d commit a314026Copy full SHA for a314026
1 file changed
.github/workflows/cicd.yml
@@ -95,7 +95,7 @@ jobs:
95
with:
96
name: win32-hello-world
97
- name: run
98
- run: cmd CMakeHelloWorld.exe
+ run: ${{ github.workspace }}\CMakeHelloWorld.exe
99
100
deploy-win32-staging:
101
name: Deploy Win32 to Staging
0 commit comments