We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 1fc326e commit 05d801cCopy full SHA for 05d801c
.github/workflows/build.yml
@@ -276,7 +276,7 @@ jobs:
276
INSTALLER_CERT_WINDOWS_CER: "/tmp/cert.cer"
277
# We are hardcoding the path for signtool because is not present on the windows PATH env var by default.
278
# Keep in mind that this path could change when upgrading to a new runner version
279
- SIGNTOOL_PATH: "C:/Program Files (x86)/Windows Kits/10/bin/10.0.19041.0/x86/signtool.exe"
+ SIGNTOOL_PATH: "C:/Program Files (x86)/Windows Kits/10/bin/10.0.19041.0/x64/signtool.exe"
280
CERT_PASSWORD: ${{ secrets[matrix.config.certificate-password-secret] }}
281
CONTAINER_NAME: ${{ secrets[matrix.config.certificate-container] }}
282
strategy:
0 commit comments