- Timestamp:
- 2021-08-20T21:34:35+02:00 (3 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/.github/workflows/ant.yml
r18142 r18143 124 124 # Calls ant with -Dreleasebuild=true if we're a 'tested' build 125 125 run: | 126 SIGN_KEYSTORE=certificate.p12 126 export SIGN_KEYSTORE=certificate.p12 127 127 echo "$SIGN_CERT" | base64 --decode > $SIGN_KEYSTORE 128 128 if [ "${{ needs.createrelease.outputs.josm_prerelease }}" == "true" ]; then
Note:
See TracChangeset
for help on using the changeset viewer.