mirror of
https://github.com/GAM-team/GAM.git
synced 2026-07-03 12:21:35 +00:00
actions: use newer tool for notarization
This commit is contained in:
3
.github/workflows/build.yml
vendored
3
.github/workflows/build.yml
vendored
@@ -622,7 +622,8 @@ 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 altool --notarize-app --primary-bundle-id "com.gam-team.gam" --username="jay0lee@gmail.com" --password "$ASP_NOTARIZE" --file ./gam.zip
|
xcrun notarytool submit --apple-id "jay0lee@gmail.com" --password "$ASP_NOTARIZE" ./gam.zip
|
||||||
|
|
||||||
- name: Basic Tests all jobs
|
- name: Basic Tests all jobs
|
||||||
id: basictests
|
id: basictests
|
||||||
run: |
|
run: |
|
||||||
|
|||||||
Reference in New Issue
Block a user