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 2e2b891 commit a05f6f5Copy full SHA for a05f6f5
.github/workflows/cmake_windows.yml
@@ -26,4 +26,4 @@ jobs:
26
run: cmake --build build --config Release # Build the project using CMake with Release configuration
27
28
- name: Run StdWorkerThreadApp
29
- run: .\build\Release\DeleStdWorkerThreadApp.exe # Run the built executable (adjust path for MSBuild)
+ run: .\build\Release\StdWorkerThreadApp.exe # Run the built executable (adjust path for MSBuild)
0 commit comments