mirror of
https://github.com/GAM-team/GAM.git
synced 2025-05-12 12:17:20 +00:00
actions: need team-id to notarize
This commit is contained in:
parent
92282fb493
commit
4583f6d996
2
.github/workflows/build.yml
vendored
2
.github/workflows/build.yml
vendored
@ -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
|
||||
|
Loading…
x
Reference in New Issue
Block a user