Skip to content

Commit 762b752

Browse files
Update print_p12.yml
1 parent 1e07f91 commit 762b752

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/print_p12.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ jobs:
1111

1212
- name: Save GitHub Secret to File
1313
run: |
14-
echo "${{ secrets.MACOS_CERTIFICATE }}" > macos_certificate.p12
14+
echo "${{ secrets.MACOS_DEVELOPER_ID_APPLICATION_CERTIFICATE_P12_BASE64 }}" > macos_certificate.p12
1515
echo "Certificate saved to file: macos_certificate.p12"
1616
1717
- name: Print Certificate Contents (Base64-Encoded)

0 commit comments

Comments
 (0)