Skip to content

Commit

Permalink
Build some more
Browse files Browse the repository at this point in the history
  • Loading branch information
annejan committed Nov 18, 2023
1 parent a2fd3aa commit d3909bf
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,13 +7,14 @@ jobs:
runs-on: windows-latest
steps:
- uses: actions/checkout@v2
- uses: ilammy/msvc-dev-cmd@v1
- name: Setup Qt environment
uses: jurplel/install-qt-action@v2
with:
version: '5.15.2'
- name: Build QtPass
run: |
qmake
qmake qtpass.pro CONFIG+=static
make
copy README.md src\release\README.txt
copy LICENSE src\release\LICENSE.txt
Expand Down Expand Up @@ -45,9 +46,10 @@ jobs:
run: |
qmake
make
macdeployqt main/QtPass.app
- name: Upload Artifact
uses: actions/upload-artifact@v2
with:
name: PyQtPass-macOS
path: release/
path: macdeployqt main/QtPass.app

0 comments on commit d3909bf

Please sign in to comment.