Changeset 17244 in josm for trunk/.github/workflows/ant.yml


Ignore:
Timestamp:
2020-10-19T20:10:12+02:00 (4 years ago)
Author:
Don-vip
Message:

see #19937 - Update macOS build process (patch by Stereo)

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/.github/workflows/ant.yml

    r17239 r17244  
    138138        with:
    139139          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.jar
     140          asset_path: dist/josm-custom.jar
    141141          asset_name: josm-latest.jar
    142142          asset_content_type: application/java-archive
Note: See TracChangeset for help on using the changeset viewer.