Skip to content

Commit

Permalink
Correct uberjar path.
Browse files Browse the repository at this point in the history
  • Loading branch information
r4um authored Mar 23, 2024
1 parent 26d35de commit 1cdfe42
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -48,7 +48,7 @@ jobs:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
with:
upload_url: ${{ steps.create_release.outputs.upload_url }}
asset_path: ./target/uberjar/jmx-dump-${{ steps.extract_version.outputs.version }}-standalone.jar
asset_path: ./target/jmx-dump-${{ steps.extract_version.outputs.version }}-standalone.jar
asset_name: jmx-dump-${{ steps.extract_version.outputs.version }}-standalone.jar
asset_content_type: application/java-archive

Expand Down

0 comments on commit 1cdfe42

Please sign in to comment.