Skip to content

Commit c3bdf03

Browse files
committed
see #17083 - another attempt to locate signtool, don't know exactly where it is
git-svn-id: https://josm.openstreetmap.de/svn/trunk@18151 0c6e7542-c601-0410-84e7-c038aed88b3b
1 parent e5bae17 commit c3bdf03

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 "C:\Program Files (x86)\Windows Kits\10\bin\10.0.19041.0\x64" >> $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
164164
./native/windows/win-jpackage.sh ${{ needs.createrelease.outputs.josm_revision }}
165165
166166
- name: Upload macOS app

0 commit comments

Comments
 (0)