From 8f25701408679cd44782fd845c08a80ebb304060 Mon Sep 17 00:00:00 2001 From: "BOOK-0CD3P8P8FE\\endur" Date: Sun, 8 Dec 2024 08:47:30 -0800 Subject: [PATCH] Fix workflow --- .github/workflows/cmake_windows.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/cmake_windows.yml b/.github/workflows/cmake_windows.yml index 1559acc..92bbcd1 100644 --- a/.github/workflows/cmake_windows.yml +++ b/.github/workflows/cmake_windows.yml @@ -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)