mirror of
https://github.com/A-Star100/simpliplay-desktop.git
synced 2025-09-17 22:29:38 +00:00
Update build-macos.yml
This commit is contained in:
parent
25c9044261
commit
282081dfe7
2
.github/workflows/build-macos.yml
vendored
2
.github/workflows/build-macos.yml
vendored
@ -34,7 +34,7 @@ jobs:
|
||||
CERT_P12_BASE64: ${{ secrets.MAC_CERTIFICATE_P12 }}
|
||||
CERT_PASSWORD: "${{ secrets.MAC_CERTIFICATE_PASSWORD }}"
|
||||
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 \
|
||||
-k build.keychain \
|
||||
|
Loading…
Reference in New Issue
Block a user