File tree 1 file changed +4
-3
lines changed
1 file changed +4
-3
lines changed Original file line number Diff line number Diff line change 75
75
certificate-secret : APPLE_SIGNING_CERTIFICATE_P12 # Name of the secret that contains the certificate.
76
76
password-secret : KEYCHAIN_PASSWORD # Name of the secret that contains the certificate password.
77
77
- identifier : Windows signing certificate
78
- certificate-secret : WINDOWS_SIGNING_CERTIFICATE_PFX
79
- password-secret : WINDOWS_SIGNING_CERTIFICATE_PASSWORD
78
+ certificate-secret : INSTALLER_CERT_WINDOWS_CER
79
+ # The password for the Windows certificate is not needed, because its not a container, but a single certificate.
80
+ type : x509
80
81
81
82
steps :
82
83
- name : Set certificate path environment variable
95
96
CERTIFICATE_PASSWORD : ${{ secrets[matrix.certificate.password-secret] }}
96
97
run : |
97
98
(
98
- openssl pkcs12 \
99
+ openssl ${{ matrix.certificate.type }} \
99
100
-in "${{ env.CERTIFICATE_PATH }}" \
100
101
-legacy \
101
102
-noout \
You can’t perform that action at this time.
0 commit comments