Debug cert file

This commit is contained in:
Markus Olsson 2023-06-29 18:52:58 +02:00
parent 34c328d48e
commit 0cb61c68e9

View file

@ -2,6 +2,8 @@
set -e
base64 -D <<<"$APPLE_APPLICATION_CERT" > "$RUNNER_TEMP/cert.p12"
ls -l "$RUNNER_TEMP/cert.p12"
shasum "$RUNNER_TEMP/cert.p12"
KEY_CHAIN=mac-build.keychain
security create-keychain -p travis $KEY_CHAIN