Skip to content

Commit 1f6e2f6

Browse files
committed
Unbreak rust release
1 parent 46c4c5a commit 1f6e2f6

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/rust-release.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -136,8 +136,8 @@ jobs:
136136
fi
137137
138138
# 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"
139+
cert_path="${RUNNER_TEMP}/apple_signing_certificate.p12"
140+
echo "$APPLE_CERTIFICATE" | base64 -d > "$cert_path"
141141
142142
keychain_path="${RUNNER_TEMP}/codex-signing.keychain-db"
143143
security create-keychain -p "$KEYCHAIN_PASSWORD" "$keychain_path"

0 commit comments

Comments
 (0)