From 1aa67b7f9d7841db7e4cd57d4276d28a50a02ee6 Mon Sep 17 00:00:00 2001 From: "j.spijker@ultimaker.com" Date: Fri, 1 Jul 2022 16:59:48 +0200 Subject: [PATCH] Use certificate path Contributes to CURA-9365 --- .github/workflows/cura-installer.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/cura-installer.yml b/.github/workflows/cura-installer.yml index 737c867461..2df0d4f707 100644 --- a/.github/workflows/cura-installer.yml +++ b/.github/workflows/cura-installer.yml @@ -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 $MACOS_CERT_ID + security unlock -p $MACOS_CERT_PASSPHRASE $CERTIFICATE_PATH - name: Clean Conan local cache if: ${{ inputs.conan_clean_local_cache }}