Commit 15cc200 1 parent 92cc5da commit 15cc200 Copy full SHA for 15cc200
File tree 1 file changed +1
-1
lines changed
1 file changed +1
-1
lines changed Original file line number Diff line number Diff line change @@ -30,7 +30,7 @@ if [[ "${MUTAGEN_OS_NAME}" == "darwin" ]]; then
30
30
# Import the macOS code signing certificate and private key and allow access
31
31
# from the codesign utility.
32
32
MUTAGEN_CERTIFICATE_AND_KEY_PATH=" ${RUNNER_TEMP} /certificate_and_key.p12"
33
- echo -n " ${MACOS_CODESIGN_CERTIFICATE_AND_KEY} " | base64 --decode --output " ${MUTAGEN_CERTIFICATE_AND_KEY_PATH} "
33
+ echo -n " ${MACOS_CODESIGN_CERTIFICATE_AND_KEY} " | base64 -d -o " ${MUTAGEN_CERTIFICATE_AND_KEY_PATH} "
34
34
security import " ${MUTAGEN_CERTIFICATE_AND_KEY_PATH} " -k " ${MUTAGEN_KEYCHAIN_PATH} " -P " ${MACOS_CODESIGN_CERTIFICATE_AND_KEY_PASSWORD} " -T " /usr/bin/codesign"
35
35
rm " ${MUTAGEN_CERTIFICATE_AND_KEY_PATH} "
36
36
security set-key-partition-list -S apple-tool:,apple: -s -k " ${MUTAGEN_KEYCHAIN_PASSWORD} " " ${MUTAGEN_KEYCHAIN_PATH} " > /dev/null
You can’t perform that action at this time.
0 commit comments