Skip to content

Commit 05d801c

Browse files
test x64 signtool
1 parent 1fc326e commit 05d801c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/build.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -276,7 +276,7 @@ jobs:
276276
INSTALLER_CERT_WINDOWS_CER: "/tmp/cert.cer"
277277
# We are hardcoding the path for signtool because is not present on the windows PATH env var by default.
278278
# 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"
279+
SIGNTOOL_PATH: "C:/Program Files (x86)/Windows Kits/10/bin/10.0.19041.0/x64/signtool.exe"
280280
CERT_PASSWORD: ${{ secrets[matrix.config.certificate-password-secret] }}
281281
CONTAINER_NAME: ${{ secrets[matrix.config.certificate-container] }}
282282
strategy:

0 commit comments

Comments
 (0)