From 92282fb4936f79a08c05ea1c8929f3d64bcc7f25 Mon Sep 17 00:00:00 2001 From: Jay Lee Date: Tue, 17 Sep 2024 12:30:39 -0400 Subject: [PATCH] actions: use newer tool for notarization --- .github/workflows/build.yml | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index f7f2f8f4..72e0a6cf 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -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: |