Skip to content

Commit

Permalink
update comment
Browse files Browse the repository at this point in the history
  • Loading branch information
mifi committed Nov 7, 2023
1 parent 0b7f75d commit 0155d4c
Showing 1 changed file with 1 addition and 4 deletions.
5 changes: 1 addition & 4 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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_<api_key>.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/
Expand Down

0 comments on commit 0155d4c

Please sign in to comment.