Skip to content

Commit

Permalink
workflow wip better name for artifact
Browse files Browse the repository at this point in the history
  • Loading branch information
Theodore Cowan committed Jul 13, 2021
1 parent 4031f51 commit 4b70f55
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 @@ -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

0 comments on commit 4b70f55

Please sign in to comment.