From c9d650993b2cf579ea0b9df15a4b278c33b0ee6b Mon Sep 17 00:00:00 2001 From: Albrecht Lohofener Date: Sat, 31 Aug 2024 17:33:53 +0200 Subject: [PATCH] Update windows.yml --- .github/workflows/windows.yml | 8 +++++--- 1 file changed, 5 insertions(+), 3 deletions(-) diff --git a/.github/workflows/windows.yml b/.github/workflows/windows.yml index e7f57328..a5bc9591 100644 --- a/.github/workflows/windows.yml +++ b/.github/workflows/windows.yml @@ -42,9 +42,11 @@ jobs: echo "Create a build directory" md build + cd build + md release echo "Get all headers and DLLs for the build" - cd .. + cd ../.. git clone https://github.com/AlbrechtL/welle.io-win-libs.git - name: Display environment variables @@ -54,8 +56,8 @@ jobs: - name: Build id: build run: | - cd build - qmake .. + cd build/release + qmake ../.. mingw32-make - name: Archive artifacts (welle.io build dir)