Skip to content

Commit 2ec65ea

Browse files
authored
ci: Fix path to signtool.exe on windows-2025 image (#160)
The windows-latest tag now points to windows-2025, which only has a newer Windows SDK installed, so update the path to include the correct location for signtool.exe used for our app signing.
1 parent 0f965ed commit 2ec65ea

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/tauri-build.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -58,7 +58,7 @@ jobs:
5858
- name: Set up Windows Kit into PATH (windows only)
5959
if: matrix.platform == 'windows-latest'
6060
run: |
61-
echo "${env:ProgramFiles(x86)}\Windows Kits\10\bin\10.0.22621.0\x64\" | Out-File -FilePath $env:GITHUB_PATH -Encoding utf8 -Append
61+
echo "${env:ProgramFiles(x86)}\Windows Kits\10\bin\10.0.26100.0\x64\" | Out-File -FilePath $env:GITHUB_PATH -Encoding utf8 -Append
6262
6363
- name: setup node
6464
uses: actions/setup-node@v4

0 commit comments

Comments
 (0)