Skip to content

Commit 35f8b12

Browse files
committed
Fix missing libchdb.so
1 parent 8e0f649 commit 35f8b12

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

.github/workflows/release.yml

+2
Original file line numberDiff line numberDiff line change
@@ -28,6 +28,7 @@ jobs:
2828
- name: Upload chdb-go and libchdb.so to release
2929
if: startsWith(github.ref, 'refs/tags/v')
3030
run: |
31+
cp -a /usr/local/lib/libchdb.so .
3132
tar -czvf linux-x86_64-chdb-go.tar.gz libchdb.so chdb-go
3233
gh release upload ${{ github.ref_name }} linux-x86_64-chdb-go.tar.gz --clobber
3334
env:
@@ -56,6 +57,7 @@ jobs:
5657
- name: Upload chdb-go and libchdb.so to release
5758
if: startsWith(github.ref, 'refs/tags/v')
5859
run: |
60+
cp -a /usr/local/lib/libchdb.so .
5961
tar -czvf macos-x86_64-chdb-go.tar.gz libchdb.so chdb-go
6062
gh release upload ${{ github.ref_name }} macos-x86_64-chdb-go.tar.gz --clobber
6163
env:

0 commit comments

Comments
 (0)