File tree 1 file changed +3
-3
lines changed
1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change 61
61
container: |
62
62
null
63
63
# Name of the secret that contains the certificate.
64
- certificate-secret: WINDOWS_SIGNING_CERTIFICATE_PFX
64
+ certificate-secret: INSTALLER_CERT_WINDOWS_CER
65
65
# Name of the secret that contains the certificate password.
66
- certificate-password-secret: WINDOWS_SIGNING_CERTIFICATE_PASSWORD
66
+ certificate-password-secret: INSTALLER_CERT_WINDOWS_PASSWORD
67
67
# File extension for the certificate.
68
68
certificate-extension: pfx
69
69
# Quoting on the value is required here to allow the same comparison expression syntax to be used for this
@@ -405,7 +405,7 @@ jobs:
405
405
with :
406
406
name : ${{ env.JOB_TRANSFER_ARTIFACT }}
407
407
path : ${{ env.BUILD_ARTIFACTS_PATH }}
408
-
408
+
409
409
merge-channel-files :
410
410
needs :
411
411
- build-type-determination
You can’t perform that action at this time.
0 commit comments