Skip to content

Commit c9d6509

Browse files
authored
Update windows.yml
1 parent 859a0d4 commit c9d6509

File tree

1 file changed

+5
-3
lines changed

1 file changed

+5
-3
lines changed

.github/workflows/windows.yml

Lines changed: 5 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -42,9 +42,11 @@ jobs:
4242
4343
echo "Create a build directory"
4444
md build
45+
cd build
46+
md release
4547
4648
echo "Get all headers and DLLs for the build"
47-
cd ..
49+
cd ../..
4850
git clone https://github.com/AlbrechtL/welle.io-win-libs.git
4951
5052
- name: Display environment variables
@@ -54,8 +56,8 @@ jobs:
5456
- name: Build
5557
id: build
5658
run: |
57-
cd build
58-
qmake ..
59+
cd build/release
60+
qmake ../..
5961
mingw32-make
6062
6163
- name: Archive artifacts (welle.io build dir)

0 commit comments

Comments
 (0)