diff --git a/.github/workflows/maven.yml b/.github/workflows/maven.yml index c2a32dd..42d74c7 100644 --- a/.github/workflows/maven.yml +++ b/.github/workflows/maven.yml @@ -43,5 +43,5 @@ jobs: with: upload_url: ${{ steps.create_release.outputs.upload_url }} asset_path: target/KeyToValueTransform-${{ steps.get_version.outputs.VERSION }}.jar - asset_name: ${{ steps.get_version.outputs.VERSION }}.jar + asset_name: kafka-connect-smt-KeyToValueTransform-${{ steps.get_version.outputs.VERSION }}.jar asset_content_type: application/jar