From 9b0fdb8b3ae4b91fb6583c542c244494bdd58b3d Mon Sep 17 00:00:00 2001 From: Le Tan Date: Fri, 16 May 2025 10:32:35 +0800 Subject: [PATCH] fix --- .github/workflows/ci-macos.yml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/.github/workflows/ci-macos.yml b/.github/workflows/ci-macos.yml index 8aca6080..3615c148 100644 --- a/.github/workflows/ci-macos.yml +++ b/.github/workflows/ci-macos.yml @@ -185,6 +185,8 @@ jobs: echo "Create keychain profile" xcrun notarytool store-credentials "notarytool-profile" --apple-id "$PROD_MACOS_NOTARIZATION_APPLE_ID" --team-id "$PROD_MACOS_NOTARIZATION_TEAM_ID" --password "$PROD_MACOS_NOTARIZATION_PWD" + xcrun notarytool log 9035c890-dcf9-4cff-8961-d0ec334a05fc --keychain-profile "notarytool-profile" + # Here we send the notarization request to the Apple's Notarization service, waiting for the result. # This typically takes a few seconds inside a CI environment, but it might take more depending on the App # characteristics. Visit the Notarization docs for more information and strategies on how to optimize it if