From 0155d4c5673967a3bf375b75db1663865ce6aaef Mon Sep 17 00:00:00 2001 From: Mikael Finstad Date: Thu, 2 Nov 2023 10:02:05 +0900 Subject: [PATCH] update comment --- .github/workflows/build.yml | 5 +---- 1 file changed, 1 insertion(+), 4 deletions(-) diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index d73e15f1..6ef73a32 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -50,10 +50,7 @@ jobs: echo -n "$PROVISIONING_PROFILE_BASE64" | base64 --decode > LosslessCut_Mac_App_Store_provisioning_profile.provisionprofile - name: Prepare Apple API key - # Import Apple API key for uploading to Mac App Store - # as well as for notarization - # 'altool --help': '--apiKey' will search the following directories in sequence for a private key file with the name of: - # 'AuthKey_.p8': './private_keys', '~/private_keys', '~/.private_keys', and '~/.appstoreconnect/private_keys'. + # Import Apple API key for uploading to Mac App Store and for notarization if: startsWith(matrix.os, 'macos') run: | mkdir -p ~/.appstoreconnect/private_keys/