Skip to content

Commit

Permalink
simplify jar name
Browse files Browse the repository at this point in the history
  • Loading branch information
Zeynep committed Feb 7, 2024
1 parent 74e62d7 commit a4b5f3b
Showing 1 changed file with 1 addition and 6 deletions.
7 changes: 1 addition & 6 deletions .github/workflows/pointmark-versions.yml
Original file line number Diff line number Diff line change
Expand Up @@ -55,11 +55,6 @@ jobs:
body: |
Changes in this Release:
- None for now, testing workflow
- name: Print Directory
run: |
pwd
ls -la
- name: Upload Release Asset
id: upload-release-asset
Expand All @@ -70,5 +65,5 @@ jobs:
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: CoordinateExporter/target/CoordinateExporter-0.1.0-SNAPSHOT-shaded.jar
asset_name: CoordinateExporter-${{ env.VERSION_NUMBER }}-SNAPSHOT-shaded.jar
asset_name: CoordinateExporter-${{ env.VERSION_NUMBER }}.jar
asset_content_type: application/java-archive

0 comments on commit a4b5f3b

Please sign in to comment.