mirror of
https://github.com/kiwix/kiwix-build.git
synced 2025-09-24 04:53:29 -04:00
fixed syntax for macOS signing
This commit is contained in:
parent
2d3138a84a
commit
fd590a5b4b
2
.github/workflows/releaseNigthly.yml
vendored
2
.github/workflows/releaseNigthly.yml
vendored
@ -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…
x
Reference in New Issue
Block a user