Skip to content

Commit 1836f6b

Browse files
test build update
1 parent 6576929 commit 1836f6b

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

.github/workflows/build.yml

+3-3
Original file line numberDiff line numberDiff line change
@@ -61,9 +61,9 @@ env:
6161
container: |
6262
null
6363
# Name of the secret that contains the certificate.
64-
certificate-secret: WINDOWS_SIGNING_CERTIFICATE_PFX
64+
certificate-secret: INSTALLER_CERT_WINDOWS_CER
6565
# 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
6767
# File extension for the certificate.
6868
certificate-extension: pfx
6969
# Quoting on the value is required here to allow the same comparison expression syntax to be used for this
@@ -405,7 +405,7 @@ jobs:
405405
with:
406406
name: ${{ env.JOB_TRANSFER_ARTIFACT }}
407407
path: ${{ env.BUILD_ARTIFACTS_PATH }}
408-
408+
409409
merge-channel-files:
410410
needs:
411411
- build-type-determination

0 commit comments

Comments
 (0)