Changeset 17254 in josm for trunk/.github/workflows
- Timestamp:
- 2020-10-22T21:03:54+02:00 (4 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/.github/workflows/ant.yml
r17244 r17254 31 31 - java: 11 32 32 os: macos-latest 33 - java: 1 6-ea33 - java: 15 34 34 os: macos-latest 35 35 - headless: "false" … … 104 104 APPLE_ID_PW: ${{ secrets.APPLE_ID_PW }} 105 105 run: | 106 $ANT_HOME/bin/ant dist 106 $ANT_HOME/bin/ant -DnoErrorProne dist 107 107 ./native/macosx/macos-jpackage.sh ${{ env.josm_revision }} 108 108 - name: Create macOS release
Note:
See TracChangeset
for help on using the changeset viewer.