Update build-macos.yml

This commit is contained in:
Anirudh Sevugan 2025-08-07 19:57:50 -05:00 committed by GitHub
parent 25c9044261
commit 282081dfe7
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -34,7 +34,7 @@ jobs:
CERT_P12_BASE64: ${{ secrets.MAC_CERTIFICATE_P12 }} CERT_P12_BASE64: ${{ secrets.MAC_CERTIFICATE_P12 }}
CERT_PASSWORD: "${{ secrets.MAC_CERTIFICATE_PASSWORD }}" CERT_PASSWORD: "${{ secrets.MAC_CERTIFICATE_PASSWORD }}"
run: | run: |
echo "$CERT_P12_BASE64" | base64 -D > cert.p12 echo "$CERT_P12_BASE64" | tr -d '\n\r ' | base64 -D > cert.p12
security import cert.p12 \ security import cert.p12 \
-k build.keychain \ -k build.keychain \