diff --git a/.github/workflows/maven.yml b/.github/workflows/maven.yml index e347960..c2a32dd 100644 --- a/.github/workflows/maven.yml +++ b/.github/workflows/maven.yml @@ -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