Skip to content

Commit d3909bf

Browse files
committed
Build some more
1 parent a2fd3aa commit d3909bf

File tree

1 file changed

+4
-2
lines changed

1 file changed

+4
-2
lines changed

.github/workflows/build.yml

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -7,13 +7,14 @@ jobs:
77
runs-on: windows-latest
88
steps:
99
- uses: actions/checkout@v2
10+
- uses: ilammy/msvc-dev-cmd@v1
1011
- name: Setup Qt environment
1112
uses: jurplel/install-qt-action@v2
1213
with:
1314
version: '5.15.2'
1415
- name: Build QtPass
1516
run: |
16-
qmake
17+
qmake qtpass.pro CONFIG+=static
1718
make
1819
copy README.md src\release\README.txt
1920
copy LICENSE src\release\LICENSE.txt
@@ -45,9 +46,10 @@ jobs:
4546
run: |
4647
qmake
4748
make
49+
macdeployqt main/QtPass.app
4850
- name: Upload Artifact
4951
uses: actions/upload-artifact@v2
5052
with:
5153
name: PyQtPass-macOS
52-
path: release/
54+
path: macdeployqt main/QtPass.app
5355

0 commit comments

Comments
 (0)