Changeset 18147 in josm


Ignore:
Timestamp:
2021-08-21T01:37:19+02:00 (3 years ago)
Author:
Don-vip
Message:

see #17083 - sign MSI file (forgot to export environment variables to script)

File:
1 edited

Legend:

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

    r18143 r18147  
    157157      - name: Build and package for Windows
    158158        if: ${{ runner.os == 'windows' && matrix.java != '8' && matrix.java != '11' && always() }}
     159        env:
     160          SIGN_CERT: ${{ secrets.SIGN_CERT }}
     161          SIGN_STOREPASS: ${{ secrets.SIGN_STOREPASS }}
     162          SIGN_TSA: ${{ secrets.SIGN_TSA }}
    159163        run: |
    160164          if [ ! -f tools/${{ env.WIX_HOME }}-binaries.zip ]; then
Note: See TracChangeset for help on using the changeset viewer.