Skip to content

Commit

Permalink
The generated jar is now called simply crux.jar instead of `crux-x.…
Browse files Browse the repository at this point in the history
…y.z.jar`. The upload filename still contains the semantic version as a suffix.
  • Loading branch information
chimbori committed Feb 13, 2023
1 parent 5083057 commit 6dab9fa
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/release-jar.yml
Original file line number Diff line number Diff line change
Expand Up @@ -51,6 +51,6 @@ jobs:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
with:
upload_url: ${{ steps.create_release.outputs.upload_url }}
asset_path: build/libs/${{ env.JAR_FILENAME }}
asset_path: build/libs/crux.jar
asset_name: ${{ env.JAR_FILENAME }}
asset_content_type: application/java-archive

0 comments on commit 6dab9fa

Please sign in to comment.