Skip to content

Commit a05f6f5

Browse files
committed
Fix workflow file
1 parent 2e2b891 commit a05f6f5

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/cmake_windows.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,4 +26,4 @@ jobs:
2626
run: cmake --build build --config Release # Build the project using CMake with Release configuration
2727

2828
- name: Run StdWorkerThreadApp
29-
run: .\build\Release\DeleStdWorkerThreadApp.exe # Run the built executable (adjust path for MSBuild)
29+
run: .\build\Release\StdWorkerThreadApp.exe # Run the built executable (adjust path for MSBuild)

0 commit comments

Comments
 (0)