mirror of
https://github.com/Ultimaker/Cura.git
synced 2025-08-07 22:13:58 -06:00
Rename unlock Macos keychain
Contributes to CURA-9365
This commit is contained in:
parent
bbcba0c7a0
commit
e843849f0e
1 changed files with 1 additions and 1 deletions
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…
Add table
Add a link
Reference in a new issue