fixed syntax for macOS signing
This commit is contained in:
parent
2d3138a84a
commit
fd590a5b4b
|
@ -164,7 +164,7 @@ jobs:
|
|||
security unlock-keychain -p mysecretpassword build.keychain
|
||||
security import $CERTIFICATE -k build.keychain -P "${{ secrets.APPLE_SIGNING_P12_PASSWORD }}" -A
|
||||
rm $CERTIFICATE
|
||||
"security set-key-partition-list -S apple-tool:,apple: -s -k mysecretpassword build.keychain"
|
||||
security set-key-partition-list -S "apple-tool:,apple:" -s -k mysecretpassword build.keychain
|
||||
security find-identity -v
|
||||
sntp -sS time.apple.com
|
||||
xcrun altool --store-password-in-keychain-item "ALTOOL_PASSWORD" -u "$ALTOOL_USERNAME" -p "${{ secrets.APPLE_SIGNING_ALTOOL_PASSWORD }}"
|
||||
|
|
Loading…
Reference in New Issue