actions: use newer tool for notarization

This commit is contained in:
Jay Lee
2024-09-17 12:30:39 -04:00
committed by GitHub
parent 65ea328f2a
commit 92282fb493

View File

@@ -622,7 +622,8 @@ jobs:
run: |
# Apple wants some kind of "package" submitted so just add gam to a .zip
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
id: basictests
run: |