From a84da851a930312d8aad8e8a6bb83d9accb9b9b1 Mon Sep 17 00:00:00 2001 From: filip mertens Date: Wed, 28 Feb 2024 21:49:42 +0100 Subject: [PATCH] leave out csc name --- .circleci/config.yml | 1 - 1 file changed, 1 deletion(-) diff --git a/.circleci/config.yml b/.circleci/config.yml index a2e03c878d..aac1693853 100644 --- a/.circleci/config.yml +++ b/.circleci/config.yml @@ -309,7 +309,6 @@ jobs: cd apps/remixdesktop xcrun notarytool store-credentials "notarytool-password" --apple-id ${APPLE_ID} - --team-id ${CSC_NAME} --password ${APPLE_ID_PASSWORD} # Assuming your app is packaged as a dmg or zip for notarization xcrun notarytool submit 'release/Remix IDE-0.0.11-Alpha.dmg' \