Skip to content

Commit

Permalink
wip worflow
Browse files Browse the repository at this point in the history
  • Loading branch information
Theodore Cowan committed Jul 13, 2021
1 parent 82f56fe commit 4031f51
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/maven.yml
Original file line number Diff line number Diff line change
Expand Up @@ -42,6 +42,6 @@ jobs:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
with:
upload_url: ${{ steps.create_release.outputs.upload_url }}
asset_path: target/jmxtrans-agent-${{ steps.get_version.outputs.VERSION }}-jar-with-dependencies.jar
asset_path: target/KeyToValueTransform-${{ steps.get_version.outputs.VERSION }}.jar
asset_name: ${{ steps.get_version.outputs.VERSION }}.jar
asset_content_type: application/jar

0 comments on commit 4031f51

Please sign in to comment.