Skip to content

Commit

Permalink
ci: iterating on gh-actions
Browse files Browse the repository at this point in the history
  • Loading branch information
lwouis committed Nov 2, 2024
1 parent 997a638 commit 8f23f7d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion scripts/codesign/setup_ci_master.sh
Original file line number Diff line number Diff line change
Expand Up @@ -7,4 +7,4 @@ certificateFile="codesign"
# Recreate the certificate from the secure environment variable
echo "$APPLE_P12_CERTIFICATE" | base64 --decode > $certificateFile.p12

scripts/codesign/import_certificate_into_new_keychain.sh "$certificateFile" "$APPLE_P12_CERTIFICATE_PASSWORD"
scripts/codesign/import_certificate_into_new_keychain.sh "$certificateFile" ""

0 comments on commit 8f23f7d

Please sign in to comment.