Adding qt@5 lock to signed builds(#86)

Co-authored-by: John Kennedy <jkennedy@verizonmedia.com>
main
jkennedyvz 2021-03-15 16:05:08 -07:00 committed by GitHub
parent 5b4c5982a5
commit efd4f71042
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 3 additions and 3 deletions

View File

@ -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"