Skip to content

Commit

Permalink
ci: fix command formatting for notarytool
Browse files Browse the repository at this point in the history
  • Loading branch information
TheLastCicada committed Apr 1, 2024
1 parent c7e28f4 commit 72610b2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/build.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -128,7 +128,7 @@ jobs:
echo "Notarizing the .pkg"
xcrun notarytool submit \
--wait
--wait \
--apple-id "${{ secrets.APPLE_NOTARIZE_USERNAME }}" \
--password "${{ secrets.APPLE_NOTARIZE_PASSWORD }}" \
--team-id "${{ secrets.APPLE_TEAM_ID }}" \
Expand Down

0 comments on commit 72610b2

Please sign in to comment.