Update signing.sh

This commit is contained in:
Max Goedjen 2021-02-25 00:41:23 -08:00 committed by GitHub
parent 1a52fade3d
commit 398926edc3
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -19,4 +19,4 @@ cp Agent.provisionprofile ~/Library/MobileDevice/Provisioning\ Profiles/$AGENT_U
# Create directories for ASC key
mkdir ~/.private_keys
echo $APPLE_API_KEY_DATA > ~/.private_keys/AuthKey_$APPLE_API_KEY_ID.p8
echo -n "$APPLE_API_KEY_DATA" > ~/.private_keys/AuthKey_$APPLE_API_KEY_ID.p8