1
0
mirror of https://github.com/mifi/lossless-cut.git synced 2024-11-22 02:12:30 +01:00

update comment

This commit is contained in:
Mikael Finstad 2023-11-02 10:02:05 +09:00
parent 0b7f75da42
commit 0155d4c567
No known key found for this signature in database
GPG Key ID: 25AB36E3E81CBC26

View File

@ -50,10 +50,7 @@ jobs:
echo -n "$PROVISIONING_PROFILE_BASE64" | base64 --decode > LosslessCut_Mac_App_Store_provisioning_profile.provisionprofile echo -n "$PROVISIONING_PROFILE_BASE64" | base64 --decode > LosslessCut_Mac_App_Store_provisioning_profile.provisionprofile
- name: Prepare Apple API key - name: Prepare Apple API key
# Import Apple API key for uploading to Mac App Store # Import Apple API key for uploading to Mac App Store and for notarization
# 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'.
if: startsWith(matrix.os, 'macos') if: startsWith(matrix.os, 'macos')
run: | run: |
mkdir -p ~/.appstoreconnect/private_keys/ mkdir -p ~/.appstoreconnect/private_keys/