From e2b7d435eac5c01b67cfe3c90a1b2af8d229de89 Mon Sep 17 00:00:00 2001 From: Jaromir Hamala Date: Mon, 9 Sep 2024 11:12:24 +0200 Subject: [PATCH] archive snapshot artifacts --- .github/workflows/ci.yml | 7 ++++++- 1 file changed, 6 insertions(+), 1 deletion(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 0e0a1d9..be45c34 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -18,4 +18,9 @@ jobs: distribution: 'temurin' cache: maven - name: Build with Maven - run: mvn -B package --file pom.xml \ No newline at end of file + 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