diff options
Diffstat (limited to '.ci/macos/notarize.sh')
-rwxr-xr-x | .ci/macos/notarize.sh | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/.ci/macos/notarize.sh b/.ci/macos/notarize.sh index b0c05154..f8c905ea 100755 --- a/.ci/macos/notarize.sh +++ b/.ci/macos/notarize.sh @@ -7,6 +7,8 @@ set -u # Add Qt binaries to path export QTPATH=(${PATH}/Qt/6.*/macos/bin) +pipx ensurepath +. ~/.zshrc export PATH=${QTPATH}:${PATH} security unlock-keychain -p "${RUNNER_USER_PW}" login.keychain |