Skip to content

Commit

Permalink
Merge pull request #1682 from ghutchis/fixup-mac-builds-again
Browse files Browse the repository at this point in the history
Try fixing Mac certificate signing again from base64 error
  • Loading branch information
ghutchis authored Jul 4, 2024
2 parents 62e6593 + 81f63dd commit f3a1411
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/build_cmake.yml
Original file line number Diff line number Diff line change
Expand Up @@ -247,7 +247,7 @@ jobs:
KEYCHAIN_PATH=$RUNNER_TEMP/app-signing.keychain-db
# import certificate and provisioning profile from secrets
echo -n "$BUILD_CERTIFICATE_BASE64" | base64 --decode --output $CERTIFICATE_PATH
echo -n "$BUILD_CERTIFICATE_BASE64" | base64 -d -o $CERTIFICATE_PATH
# create temporary keychain if the cert is non-zero
if [ -s $CERTIFICATE_PATH ]; then
Expand Down

0 comments on commit f3a1411

Please sign in to comment.