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