Skip to content

Commit

Permalink
Update release.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
Narekmat authored Nov 30, 2022
1 parent 0f4e7b8 commit 96597d3
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/release.yml
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.REPO_ACCESS_TOKEN }}
file: kafka-ui-api/target/kafka-ui-api-${{ steps.build.outputs.version }}.jar
file: target/kafkaui-glue-serde-${{ steps.build.outputs.version }}.jar
tag: ${{ github.event.release.tag_name }}

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

0 comments on commit 96597d3

Please sign in to comment.