Skip to content

Commit

Permalink
Fix workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
endurodave committed Dec 8, 2024
1 parent 0d02f55 commit 8f25701
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/cmake_windows.yml
Original file line number Diff line number Diff line change
Expand Up @@ -26,4 +26,4 @@ jobs:
run: cmake --build Build --config Release # Build the project using CMake with Release configuration

- name: Run StateMachineApp
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 comments on commit 8f25701

Please sign in to comment.