Skip to content

Commit

Permalink
archive snapshot artifacts
Browse files Browse the repository at this point in the history
  • Loading branch information
jerrinot committed Sep 9, 2024
1 parent a910647 commit e2b7d43
Showing 1 changed file with 6 additions and 1 deletion.
7 changes: 6 additions & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,4 +18,9 @@ jobs:
distribution: 'temurin'
cache: maven
- name: Build with Maven
run: mvn -B package --file pom.xml
run: mvn -B package --file pom.xml
- name: Archive connector artifact
uses: actions/upload-artifact@v4
with:
name: connector-snapshot
path: connector/target/kafka-questdb-connector-*-bin.zip

0 comments on commit e2b7d43

Please sign in to comment.