Skip to content

Commit e120c76

Browse files
committed
see #17083 - hopefully use correct signtool location
see #74 (comment) git-svn-id: https://josm.openstreetmap.de/svn/trunk@18152 0c6e7542-c601-0410-84e7-c038aed88b3b
1 parent c3bdf03 commit e120c76

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/ant.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -160,7 +160,7 @@ jobs:
160160
SIGN_TSA: ${{ secrets.SIGN_TSA }}
161161
run: |
162162
echo "C:\Program Files (x86)\WiX Toolset v3.11\bin" >> $GITHUB_PATH
163-
echo "$(Split-Path -Path $(Get-ChildItem -Path ${env:ProgramFiles(x86)} -Recurse -Filter 'signtool.exe' | Where-Object FullName -like '*10.0.19041.0\x64\signtool.exe').FullName)" >> $GITHUB_PATH
163+
echo "C:\Program Files (x86)\Windows Kits\10\bin\x64" >> $GITHUB_PATH
164164
./native/windows/win-jpackage.sh ${{ needs.createrelease.outputs.josm_revision }}
165165
166166
- name: Upload macOS app

0 commit comments

Comments
 (0)