Skip to content

Commit

Permalink
upload cpp client in CI
Browse files Browse the repository at this point in the history
  • Loading branch information
HTHou committed Jan 20, 2025
1 parent 0db600a commit 11cac99
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/multi-language-client.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 11cac99

Please sign in to comment.