This commit is contained in:
@@ -63,10 +63,6 @@ jobs:
|
||||
echo "DEVELOPER_ID_APPLICATION_P12_BASE64 secret is required" >&2
|
||||
exit 1
|
||||
fi
|
||||
if [ -z "$DEVELOPER_ID_APPLICATION_P12_PASSWORD" ]; then
|
||||
echo "DEVELOPER_ID_APPLICATION_P12_PASSWORD secret is required" >&2
|
||||
exit 1
|
||||
fi
|
||||
|
||||
printf '%s' "$DEVELOPER_ID_APPLICATION_P12_BASE64" | base64 -D > "$certificate_path"
|
||||
security create-keychain -p "$keychain_password" "$keychain_path"
|
||||
|
||||
Reference in New Issue
Block a user