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 0d02f55 commit 8f25701Copy full SHA for 8f25701
.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 StateMachineApp
29
- run: .\Build\Release\SStateMachineApp.exe # Run the built executable (adjust path for MSBuild)
+ run: .\Build\Release\StateMachineApp.exe # Run the built executable (adjust path for MSBuild)
0 commit comments