Skip to content

Commit e2b7d43

Browse files
committed
archive snapshot artifacts
1 parent a910647 commit e2b7d43

File tree

1 file changed

+6
-1
lines changed

1 file changed

+6
-1
lines changed

.github/workflows/ci.yml

Lines changed: 6 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,4 +18,9 @@ jobs:
1818
distribution: 'temurin'
1919
cache: maven
2020
- name: Build with Maven
21-
run: mvn -B package --file pom.xml
21+
run: mvn -B package --file pom.xml
22+
- name: Archive connector artifact
23+
uses: actions/upload-artifact@v4
24+
with:
25+
name: connector-snapshot
26+
path: connector/target/kafka-questdb-connector-*-bin.zip

0 commit comments

Comments
 (0)