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 584aafa commit 0db600a
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 @@ -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()
Expand Down

0 comments on commit 0db600a

Please sign in to comment.