We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent e5bae17 commit c3bdf03Copy full SHA for c3bdf03
.github/workflows/ant.yml
@@ -160,7 +160,7 @@ jobs:
160
SIGN_TSA: ${{ secrets.SIGN_TSA }}
161
run: |
162
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
+ 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
164
./native/windows/win-jpackage.sh ${{ needs.createrelease.outputs.josm_revision }}
165
166
- name: Upload macOS app
0 commit comments