Skip to content

Commit

Permalink
Fix missing libchdb.so
Browse files Browse the repository at this point in the history
  • Loading branch information
auxten committed Jan 11, 2024
1 parent 8e0f649 commit 35f8b12
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -28,6 +28,7 @@ jobs:
- name: Upload chdb-go and libchdb.so to release
if: startsWith(github.ref, 'refs/tags/v')
run: |
cp -a /usr/local/lib/libchdb.so .
tar -czvf linux-x86_64-chdb-go.tar.gz libchdb.so chdb-go
gh release upload ${{ github.ref_name }} linux-x86_64-chdb-go.tar.gz --clobber
env:
Expand Down Expand Up @@ -56,6 +57,7 @@ jobs:
- name: Upload chdb-go and libchdb.so to release
if: startsWith(github.ref, 'refs/tags/v')
run: |
cp -a /usr/local/lib/libchdb.so .
tar -czvf macos-x86_64-chdb-go.tar.gz libchdb.so chdb-go
gh release upload ${{ github.ref_name }} macos-x86_64-chdb-go.tar.gz --clobber
env:
Expand Down

0 comments on commit 35f8b12

Please sign in to comment.