Skip to content

Commit fe12890

Browse files
Add Apple Team ID
This will fail until we have the team ID, have reached out to Jim
1 parent 8933f7f commit fe12890

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

.github/workflows/build.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -97,10 +97,12 @@ jobs:
9797
xcrun notarytool submit Specify_macos/Specify_macos.dmg --wait \
9898
--apple-id "[email protected]" \
9999
--password "$AC_PASSWORD" \
100+
--team-id "$APPLE_TEAM_ID" \
100101
| tee notarize-app-output.txt
101102
grep -q "status: Accepted" notarize-app-output.txt || { echo "Notarization failed!"; exit 1; }
102103
env:
103104
AC_PASSWORD: ${{ secrets.AC_PASSWORD }}
105+
APPLE_TEAM_ID: ${{ secrets.APPLE_TEAM_ID }}
104106

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

0 commit comments

Comments
 (0)