Skip to content

Commit 54a0bc0

Browse files
authored
fix check-certificates.yml failing (#1927)
1 parent ea43a9c commit 54a0bc0

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

Diff for: .github/workflows/check-certificates.yml

+2-2
Original file line numberDiff line numberDiff line change
@@ -37,8 +37,8 @@ jobs:
3737
certificate-secret: INSTALLER_CERT_MAC_P12 # Name of the secret that contains the certificate.
3838
password-secret: INSTALLER_CERT_MAC_PASSWORD # Name of the secret that contains the certificate password.
3939
- identifier: Windows signing certificate
40-
certificate-secret: INSTALLER_CERT_WINDOWS_PASSWORD
41-
password-secret: INSTALLER_CERT_WINDOWS_PFX
40+
certificate-secret: INSTALLER_CERT_WINDOWS_PFX
41+
password-secret: INSTALLER_CERT_WINDOWS_PASSWORD
4242

4343
steps:
4444
- name: Set certificate path environment variable

0 commit comments

Comments
 (0)