This is an automated email from the ASF dual-hosted git repository.
haonan pushed a commit to branch cpp_client_artifact
in repository https://gitbox.apache.org/repos/asf/iotdb.git
The following commit(s) were added to refs/heads/cpp_client_artifact by this
push:
new 0db600a1798 upload cpp client in CI
0db600a1798 is described below
commit 0db600a17985302ff19efb103f8fc349fb87c826
Author: HTHou <[email protected]>
AuthorDate: Mon Jan 20 10:37:03 2025 +0800
upload cpp client in CI
---
.github/workflows/multi-language-client.yml | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/.github/workflows/multi-language-client.yml
b/.github/workflows/multi-language-client.yml
index ac52c76907e..17918779940 100644
--- a/.github/workflows/multi-language-client.yml
+++ b/.github/workflows/multi-language-client.yml
@@ -106,7 +106,7 @@ jobs:
uses: actions/upload-artifact@v4
with:
name: client-cpp-${{ runner.os }}
- path: client-cpp/target/*.zip
+ path: iotdb-client/client-cpp/target/*.zip
retention-days: 1
- name: Upload Artifact
if: failure()