From 8e9bd6d4b3c7be26f0c5f3b9884e84816fe387af Mon Sep 17 00:00:00 2001 From: Mikael Finstad Date: Wed, 1 Nov 2023 21:25:27 +0900 Subject: [PATCH] update doc --- .github/workflows/build.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index eef4b25d..d73e15f1 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -51,6 +51,7 @@ jobs: - 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'. if: startsWith(matrix.os, 'macos')