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
df6906ecc9
commit
c473720d35
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 --decode > cert.p12
|
||||
echo "$CERT_P12_BASE64" | base64 -D > cert.p12
|
||||
security import cert.p12 -k build.keychain -P "$CERT_PASSWORD" -T /usr/bin/codesign
|
||||
security set-key-partition-list -S apple-tool:,apple: -s -k "" build.keychain
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user