Changeset 18143 in josm


Ignore:
Timestamp:
2021-08-20T21:34:35+02:00 (3 years ago)
Author:
Don-vip
Message:

see #17083 - sign jar files built on Github (forgot to export environment variable to Ant process)

File:
1 edited

Legend:

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

    r18142 r18143  
    124124        # Calls ant with -Dreleasebuild=true if we're a 'tested' build
    125125        run: |
    126           SIGN_KEYSTORE=certificate.p12
     126          export SIGN_KEYSTORE=certificate.p12
    127127          echo "$SIGN_CERT" | base64 --decode > $SIGN_KEYSTORE
    128128          if [ "${{ needs.createrelease.outputs.josm_prerelease }}" == "true" ]; then
Note: See TracChangeset for help on using the changeset viewer.