Skip to content

Commit

Permalink
Publish single build artifact
Browse files Browse the repository at this point in the history
  • Loading branch information
buinauskas committed Sep 20, 2023
1 parent 3fc5abf commit 1853840
Showing 1 changed file with 4 additions and 6 deletions.
10 changes: 4 additions & 6 deletions .github/workflows/CI.yml
Original file line number Diff line number Diff line change
Expand Up @@ -33,9 +33,7 @@ jobs:
run: mvn package
- uses: actions/upload-artifact@v3
with:
name: vinted-kafka-connect-vespa-${{ steps.project.outputs.version }}.jar
path: target/components/kafka-connect-vespa-${{ steps.project.outputs.version }}.jar
- uses: actions/upload-artifact@v3
with:
name: vinted-kafka-connect-vespa-${{ steps.project.outputs.version }}.zip
path: target/components/packages/vinted-kafka-connect-vespa-${{ steps.project.outputs.version }}.zip
name: kafka-connect-vespa-${{ steps.project.outputs.version }}
path: |
target/components/kafka-connect-vespa-${{ steps.project.outputs.version }}.jar
target/components/packages/vinted-kafka-connect-vespa-${{ steps.project.outputs.version }}.zip

0 comments on commit 1853840

Please sign in to comment.