mirror of
https://github.com/mifi/lossless-cut.git
synced 2024-11-21 18:02:35 +01:00
update comment
This commit is contained in:
parent
0b7f75da42
commit
0155d4c567
5
.github/workflows/build.yml
vendored
5
.github/workflows/build.yml
vendored
@ -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/
|
||||
|
Loading…
Reference in New Issue
Block a user