From f4e15fa521797d37c6b074801bf0d84bea25ad3c Mon Sep 17 00:00:00 2001 From: Steve Bronder Date: Tue, 26 Nov 2024 12:17:10 -0500 Subject: [PATCH] update windows build --- .github/workflows/build-and-release-windows.yml | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/.github/workflows/build-and-release-windows.yml b/.github/workflows/build-and-release-windows.yml index ab1fa02..aaae75a 100644 --- a/.github/workflows/build-and-release-windows.yml +++ b/.github/workflows/build-and-release-windows.yml @@ -60,7 +60,8 @@ jobs: # 4. Build the project - name: Build PlatypusGui - run: cmake --preset ninja-vcpkg-release --build build --config Release --target PlatypusGui + run: | + cd build && ninja PlatypusGui - name: Deploy Qt Dependencies (Windows) shell: cmd