mirror of
https://github.com/GAM-team/GAM.git
synced 2025-07-06 12:43:35 +00:00
actions: need team-id to notarize
This commit is contained in:
2
.github/workflows/build.yml
vendored
2
.github/workflows/build.yml
vendored
@ -622,7 +622,7 @@ jobs:
|
|||||||
run: |
|
run: |
|
||||||
# Apple wants some kind of "package" submitted so just add gam to a .zip
|
# Apple wants some kind of "package" submitted so just add gam to a .zip
|
||||||
zip ./gam.zip "$gam"
|
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
|
- name: Basic Tests all jobs
|
||||||
id: basictests
|
id: basictests
|
||||||
|
Reference in New Issue
Block a user