Changeset 18152 in josm


Ignore:
Timestamp:
2021-08-21T12:51:57+02:00 (3 years ago)
Author:
Don-vip
Message:

see #17083 - hopefully use correct signtool location

see https://github.com/JOSM/josm/pull/74#issuecomment-903098087

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/.github/workflows/ant.yml

    r18151 r18152  
    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
Note: See TracChangeset for help on using the changeset viewer.