Skip to content

Commit

Permalink
Update print_p12.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
fredericsimard authored Jan 13, 2025
1 parent 1e07f91 commit 762b752
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/print_p12.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ jobs:

- name: Save GitHub Secret to File
run: |
echo "${{ secrets.MACOS_CERTIFICATE }}" > macos_certificate.p12
echo "${{ secrets.MACOS_DEVELOPER_ID_APPLICATION_CERTIFICATE_P12_BASE64 }}" > macos_certificate.p12
echo "Certificate saved to file: macos_certificate.p12"
- name: Print Certificate Contents (Base64-Encoded)
Expand Down

0 comments on commit 762b752

Please sign in to comment.