Changeset 17239 in josm for trunk/.github/workflows/ant.yml
- Timestamp:
- 2020-10-19T03:04:49+02:00 (4 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/.github/workflows/ant.yml
r17236 r17239 23 23 matrix: 24 24 # test against latest update of each major Java version, as well as specific updates of LTS versions: 25 java: [8, 11, 1 4, 15, 16-ea]25 java: [8, 11, 15, 16-ea] 26 26 os: [ubuntu-latest, macos-latest, windows-latest] 27 27 headless: ["true", "false"] … … 30 30 os: macos-latest 31 31 - java: 11 32 os: macos-latest 33 - java: 16-ea 32 34 os: macos-latest 33 35 - headless: "false" … … 125 127 with: 126 128 upload_url: ${{ steps.create_release.outputs.upload_url }} # This pulls from the CREATE RELEASE step above, referencing its ID to get its outputs object, which include a `upload_url`. See this blog post for more info: https://jasonet.co/posts/new-features-of-github-actions/#passing-data-to-future-steps 127 asset_path: dist/JOSM.zip129 asset_path: app/JOSM.zip 128 130 asset_name: JOSM-${{ runner.os}}-java${{ matrix.java }}.zip 129 131 asset_content_type: application/zip … … 136 138 with: 137 139 upload_url: ${{ steps.create_release.outputs.upload_url }} # This pulls from the CREATE RELEASE step above, referencing its ID to get its outputs object, which include a `upload_url`. See this blog post for more info: https://jasonet.co/posts/new-features-of-github-actions/#passing-data-to-future-steps 138 asset_path: dist/josm-custom.jar140 asset_path: app/josm-custom.jar 139 141 asset_name: josm-latest.jar 140 142 asset_content_type: application/java-archive
Note:
See TracChangeset
for help on using the changeset viewer.