diff --git a/.github/workflows/pointmark-versions.yml b/.github/workflows/pointmark-versions.yml index c0eea0e..987f8f6 100644 --- a/.github/workflows/pointmark-versions.yml +++ b/.github/workflows/pointmark-versions.yml @@ -64,8 +64,8 @@ jobs: GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }} with: upload_url: ${{ steps.create_release.outputs.upload_url }} # This pulls from the CREATE RELEASE step above, referencing it's 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 - asset_path: target/CoordinateExporter.jar - asset_name: CoordinateExporter.jar + asset_path: target/CoordinateExporter-0.1.0-SNAPSHOT.jar + asset_name: CoordinateExporter-0.1.0-SNAPSHOT.jar asset_content_type: application/java-archive