Merge pull request #472 from kiwix/macos-sign-fix
fixed syntax for macOS signing
This commit is contained in:
commit
af0a69046b
|
@ -164,7 +164,7 @@ jobs:
|
||||||
security unlock-keychain -p mysecretpassword build.keychain
|
security unlock-keychain -p mysecretpassword build.keychain
|
||||||
security import $CERTIFICATE -k build.keychain -P "${{ secrets.APPLE_SIGNING_P12_PASSWORD }}" -A
|
security import $CERTIFICATE -k build.keychain -P "${{ secrets.APPLE_SIGNING_P12_PASSWORD }}" -A
|
||||||
rm $CERTIFICATE
|
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
|
security find-identity -v
|
||||||
sntp -sS time.apple.com
|
sntp -sS time.apple.com
|
||||||
xcrun altool --store-password-in-keychain-item "ALTOOL_PASSWORD" -u "$ALTOOL_USERNAME" -p "${{ secrets.APPLE_SIGNING_ALTOOL_PASSWORD }}"
|
xcrun altool --store-password-in-keychain-item "ALTOOL_PASSWORD" -u "$ALTOOL_USERNAME" -p "${{ secrets.APPLE_SIGNING_ALTOOL_PASSWORD }}"
|
||||||
|
|
Loading…
Reference in New Issue