Skip to content

Commit

Permalink
Add Apple Team ID
Browse files Browse the repository at this point in the history
This will fail until we have the team ID, have reached out to Jim
  • Loading branch information
grantfitzsimmons committed Aug 29, 2024
1 parent 8933f7f commit fe12890
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -97,10 +97,12 @@ jobs:
xcrun notarytool submit Specify_macos/Specify_macos.dmg --wait \
--apple-id "[email protected]" \
--password "$AC_PASSWORD" \
--team-id "$APPLE_TEAM_ID" \
| tee notarize-app-output.txt
grep -q "status: Accepted" notarize-app-output.txt || { echo "Notarization failed!"; exit 1; }
env:
AC_PASSWORD: ${{ secrets.AC_PASSWORD }}
APPLE_TEAM_ID: ${{ secrets.APPLE_TEAM_ID }}

- name: Staple the notarization ticket to the installer
run: xcrun stapler staple Specify_macos/Specify_macos.dmg
Expand Down

0 comments on commit fe12890

Please sign in to comment.