Skip to content

Commit

Permalink
Adding qt@5 lock to signed builds(#86)
Browse files Browse the repository at this point in the history
Co-authored-by: John Kennedy <[email protected]>
  • Loading branch information
jkennedyvz and John Kennedy authored Mar 15, 2021
1 parent 5b4c598 commit efd4f71
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/ci.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -71,9 +71,9 @@ jobs:
matrix.os == 'macos-latest' &&
(contains(github.ref, 'tags/v') || github.ref == 'refs/heads/master' || contains(github.ref, 'refs/heads/release'))
run: |
brew install qt
export PATH="/usr/local/opt/qt/bin:$PATH"
brew link -f qt
brew install qt@5
export PATH="/usr/local/opt/qt@5/bin:$PATH"
brew link -f qt@5
qmake -config release
make
macdeployqt ashirt.app -dmg -always-overwrite -sign-for-notarization="John Kennedy"
Expand Down

0 comments on commit efd4f71

Please sign in to comment.