mirror of
https://git.mirrors.martin98.com/https://github.com/Ultimaker/Cura
synced 2025-08-14 23:25:53 +08:00
Revert "Use certificate path"
This reverts commit 1aa67b7f9d7841db7e4cd57d4276d28a50a02ee6.
This commit is contained in:
parent
1aa67b7f9d
commit
a56c782738
2
.github/workflows/cura-installer.yml
vendored
2
.github/workflows/cura-installer.yml
vendored
@ -124,7 +124,7 @@ jobs:
|
||||
CERTIFICATE_PATH=$RUNNER_TEMP/um_keychain.p12
|
||||
echo -n "$MACOS_CERT_P12" | base64 --decode --output $CERTIFICATE_PATH
|
||||
security import $CERTIFICATE_PATH -P $MACOS_CERT_PASSPHRASE -A
|
||||
security unlock -p $MACOS_CERT_PASSPHRASE $CERTIFICATE_PATH
|
||||
security unlock -p $MACOS_CERT_PASSPHRASE $MACOS_CERT_ID
|
||||
|
||||
- name: Clean Conan local cache
|
||||
if: ${{ inputs.conan_clean_local_cache }}
|
||||
|
Loading…
x
Reference in New Issue
Block a user