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 762b752 commit 35135f2
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/print_p12.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,6 @@ jobs:
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)
- name: Print Certificate Contents
run: |
cat macos_certificate.p12 | base64
cat macos_certificate.p12

0 comments on commit 35135f2

Please sign in to comment.