Skip to content

Commit

Permalink
Fix Linux CLI upload
Browse files Browse the repository at this point in the history
  • Loading branch information
mewim authored Jul 6, 2024
1 parent 8933718 commit ed9728f
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions .github/workflows/linux-precompiled-bin-workflow.yml
Original file line number Diff line number Diff line change
Expand Up @@ -25,12 +25,18 @@ jobs:
- name: Create tarball
run: |
tar -czvf libkuzu-linux-x86_64.tar.gz kuzu.h kuzu.hpp libkuzu.so
tar -czvf kuzu_cli-linux-x86_64.tar.gz kuzu
- uses: actions/upload-artifact@v4
with:
name: libkuzu-linux-x86_64
path: libkuzu-linux-x86_64.tar.gz

- uses: actions/upload-artifact@v4
with:
name: kuzu_cli-linux-x86_64
path: kuzu_cli-linux-x86_64.tar.gz

build-precompiled-bin-aarch64:
runs-on: kuzu-self-hosted-linux-building-aarch64
steps:
Expand Down

0 comments on commit ed9728f

Please sign in to comment.