We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 46c4c5a commit 1f6e2f6Copy full SHA for 1f6e2f6
.github/workflows/rust-release.yml
@@ -136,8 +136,8 @@ jobs:
136
fi
137
138
# TODO: we will be directly using the p12 from github secrets
139
- # cert_path="${RUNNER_TEMP}/apple_signing_certificate.p12"
140
- # echo "$APPLE_CERTIFICATE" | base64 -d > "$cert_path"
+ cert_path="${RUNNER_TEMP}/apple_signing_certificate.p12"
+ echo "$APPLE_CERTIFICATE" | base64 -d > "$cert_path"
141
142
keychain_path="${RUNNER_TEMP}/codex-signing.keychain-db"
143
security create-keychain -p "$KEYCHAIN_PASSWORD" "$keychain_path"
0 commit comments