Skip to content

Commit

Permalink
Fix artifact name
Browse files Browse the repository at this point in the history
  • Loading branch information
Haarolean authored Mar 28, 2024
1 parent 09c77f5 commit f89e31d
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/release.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -36,11 +36,11 @@ jobs:
uses: svenstaro/[email protected]
with:
repo_token: ${{ secrets.GITHUB_TOKEN }}
file: target/kafkaui-glue-serde-${{ steps.build.outputs.version }}-jar-with-dependencies.jar
file: target/serde-glue-${{ steps.build.outputs.version }}-jar-with-dependencies.jar
tag: ${{ github.event.release.tag_name }}

- name: Archive JAR
uses: actions/upload-artifact@v3
with:
name: kafkaui-glue-serde-${{ steps.build.outputs.version }}-jar-with-dependencies.jar
path: target/kafkaui-glue-serde-${{ steps.build.outputs.version }}-jar-with-dependencies.jar
name: serde-glue-${{ steps.build.outputs.version }}.jar
path: target/serde-glue-${{ steps.build.outputs.version }}-jar-with-dependencies.jar

0 comments on commit f89e31d

Please sign in to comment.