File tree Expand file tree Collapse file tree 2 files changed +8
-2
lines changed Expand file tree Collapse file tree 2 files changed +8
-2
lines changed Original file line number Diff line number Diff line change @@ -172,7 +172,10 @@ jobs:
172
172
173
173
env :
174
174
INSTALLER_CERT_WINDOWS_PFX : " /tmp/cert.pfx"
175
- SIGNTOOL_PATH : " C:/Program Files (x86)/Windows Kits/10/bin/10.0.17763.0/x86/signtool.exe"
175
+ # We are hardcoding the path for signtool because is not present on the windows PATH env var by default.
176
+ # Keep in mind that this path could change when upgrading to a new runner version
177
+ # https://github.com/actions/runner-images/blob/main/images/win/Windows2022-Readme.md#installed-windows-sdks
178
+ SIGNTOOL_PATH : " C:/Program Files (x86)/Windows Kits/10/bin/10.0.22621.0/x86/signtool.exe"
176
179
177
180
steps :
178
181
- name : Checkout repository
Original file line number Diff line number Diff line change @@ -179,7 +179,10 @@ jobs:
179
179
180
180
env :
181
181
INSTALLER_CERT_WINDOWS_PFX : " /tmp/cert.pfx"
182
- SIGNTOOL_PATH : " C:/Program Files (x86)/Windows Kits/10/bin/10.0.17763.0/x86/signtool.exe"
182
+ # We are hardcoding the path for signtool because is not present on the windows PATH env var by default.
183
+ # Keep in mind that this path could change when upgrading to a new runner version
184
+ # https://github.com/actions/runner-images/blob/main/images/win/Windows2022-Readme.md#installed-windows-sdks
185
+ SIGNTOOL_PATH : " C:/Program Files (x86)/Windows Kits/10/bin/10.0.22621.0/x86/signtool.exe"
183
186
184
187
steps :
185
188
- name : Checkout repository
You can’t perform that action at this time.
0 commit comments