actions: need team-id to notarize

This commit is contained in:
Jay Lee 2024-09-17 12:36:23 -04:00 committed by GitHub
parent 92282fb493
commit 4583f6d996
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -622,7 +622,7 @@ jobs:
run: |
# Apple wants some kind of "package" submitted so just add gam to a .zip
zip ./gam.zip "$gam"
xcrun notarytool submit --apple-id "jay0lee@gmail.com" --password "$ASP_NOTARIZE" ./gam.zip
xcrun notarytool submit --apple-id "jay0lee@gmail.com" --password "$ASP_NOTARIZE" --team-id GZ85H2DRLM ./gam.zip
- name: Basic Tests all jobs
id: basictests