Skip to content

Commit a314026

Browse files
authored
Update cicd.yml
1 parent 86fc27d commit a314026

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/cicd.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -95,7 +95,7 @@ jobs:
9595
with:
9696
name: win32-hello-world
9797
- name: run
98-
run: cmd CMakeHelloWorld.exe
98+
run: ${{ github.workspace }}\CMakeHelloWorld.exe
9999

100100
deploy-win32-staging:
101101
name: Deploy Win32 to Staging

0 commit comments

Comments
 (0)