Skip to content

Commit

Permalink
Merge branch 'Notarytool' into notary-test
Browse files Browse the repository at this point in the history
  • Loading branch information
Shchvova committed Aug 5, 2023
2 parents 7de646b + b833778 commit a4d5889
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -390,7 +390,8 @@ jobs:
(
for dmg in ./Simulator-macOS/*.dmg
do
xcrun notarytool submit "$dmg" --key "$APPLE_KEY_FILE" --issuer "$APPLE_ISSUER" --key-id "$APPLE_KEY_ID"
xcrun notarytool submit "$dmg" --key "$APPLE_KEY_FILE" --issuer "$APPLE_ISSUER" --key-id "$APPLE_KEY_ID" --wait
xcrun stapler staple "$dmg"
done
)
RET=$?
Expand Down

0 comments on commit a4d5889

Please sign in to comment.