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 11cac99e21e upload cpp client in CI
11cac99e21e is described below
commit 11cac99e21edf5b40d9bfec0493d60c975b91f1d
Author: HTHou <[email protected]>
AuthorDate: Mon Jan 20 10:46:42 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 17918779940..5a1f0f43780 100644
--- a/.github/workflows/multi-language-client.yml
+++ b/.github/workflows/multi-language-client.yml
@@ -105,7 +105,7 @@ jobs:
- name: Upload Cpp Client Artifact
uses: actions/upload-artifact@v4
with:
- name: client-cpp-${{ runner.os }}
+ name: client-cpp-${{ matrix.os }}
path: iotdb-client/client-cpp/target/*.zip
retention-days: 1
- name: Upload Artifact