Changeset 18147 in josm for trunk/.github/workflows
- Timestamp:
- 2021-08-21T01:37:19+02:00 (3 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/.github/workflows/ant.yml
r18143 r18147 157 157 - name: Build and package for Windows 158 158 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 }} 159 163 run: | 160 164 if [ ! -f tools/${{ env.WIX_HOME }}-binaries.zip ]; then
Note:
See TracChangeset
for help on using the changeset viewer.