mirror of
https://git.mirrors.martin98.com/https://github.com/Ultimaker/Cura
synced 2025-08-16 04:25:52 +08:00
Rename unlock Macos keychain
Contributes to CURA-9365
This commit is contained in:
parent
bbcba0c7a0
commit
e843849f0e
2
.github/workflows/cura-installer.yml
vendored
2
.github/workflows/cura-installer.yml
vendored
@ -118,7 +118,7 @@ jobs:
|
||||
- name: Configure Macos keychain (Bash)
|
||||
if: ${{ runner.os == 'Macos' }}
|
||||
run: |
|
||||
CERTIFICATE_PATH=$RUNNER_TEMP/build_certificate.p12
|
||||
CERTIFICATE_PATH=$RUNNER_TEMP/um_keychain.p12
|
||||
echo -n "$MACOS_CERT_P12" | base64 --decode --output $CERTIFICATE_PATH
|
||||
security create-keychain -p $MACOS_CERT_PASS $CERTIFICATE_PATH
|
||||
security set-keychain-settings -lut 21600 $KEYCHAIN_PATH
|
||||
|
Loading…
x
Reference in New Issue
Block a user