Changeset 18149 in josm


Ignore:
Timestamp:
2021-08-21T02:43:39+02:00 (3 years ago)
Author:
Don-vip
Message:

see #17083 - Add Windows 10 SDK to PATH to locate signtool

File:
1 edited

Legend:

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

    r18148 r18149  
    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
    163164          ./native/windows/win-jpackage.sh ${{ needs.createrelease.outputs.josm_revision }}
    164165
Note: See TracChangeset for help on using the changeset viewer.