Skip to content

Commit

Permalink
ci: verify credentials before macos notarization
Browse files Browse the repository at this point in the history
  • Loading branch information
aeweda committed Sep 9, 2024
1 parent fc9195c commit 5d9404c
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -196,6 +196,7 @@ jobs:
APPLE_PASSWORD: ${{ secrets.APPLE_PASSWORD }}
IDENTITY_ID: ${{ secrets.IDENTITY_ID }}
run: |
xcrun notarytool store-credentials "Signing-Profile" --apple-id "$APPLE_EMAIL" --team-id "$IDENTITY_ID" --password "$APPLE_PASSWORD"
xcrun notarytool submit ./myWitWallet.dmg --apple-id "$APPLE_EMAIL" --password "$APPLE_PASSWORD" --team-id "$IDENTITY_ID" --wait
- name: Staple
Expand Down

0 comments on commit 5d9404c

Please sign in to comment.