Changeset 17244 in josm for trunk/.github
- Timestamp:
- 2020-10-19T20:10:12+02:00 (4 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/.github/workflows/ant.yml
r17239 r17244 138 138 with: 139 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 140 asset_path: app/josm-custom.jar140 asset_path: dist/josm-custom.jar 141 141 asset_name: josm-latest.jar 142 142 asset_content_type: application/java-archive
Note:
See TracChangeset
for help on using the changeset viewer.