Skip to content

Commit 584aafa

Browse files
committed
upload cpp client in CI
1 parent c3baa7a commit 584aafa

File tree

1 file changed

+7
-0
lines changed

1 file changed

+7
-0
lines changed

.github/workflows/multi-language-client.yml

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,7 @@ on:
55
- master
66
- "rc/*"
77
- 'force_ci/**'
8+
- 'cpp_client_artifact'
89
paths:
910
- 'pom.xml'
1011
- 'iotdb-client/pom.xml'
@@ -101,6 +102,12 @@ jobs:
101102
else
102103
./mvnw clean verify -P with-cpp -pl iotdb-client/client-cpp,example/client-cpp-example -am
103104
fi
105+
- name: Upload Cpp Client Artifact
106+
uses: actions/upload-artifact@v4
107+
with:
108+
name: client-cpp-${{ runner.os }}
109+
path: client-cpp/target/*.zip
110+
retention-days: 1
104111
- name: Upload Artifact
105112
if: failure()
106113
uses: actions/upload-artifact@v4

0 commit comments

Comments
 (0)