Skip to content

Commit 178658d

Browse files
committed
copy lib in push jobs
1 parent ff1f7a5 commit 178658d

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

.github/workflows/dotnet.yml

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -123,6 +123,8 @@ jobs:
123123

124124
- name: Pack
125125
run: |
126+
cp libchdb.so src/chdb/libchdb.so
127+
ls -lahS src/chdb/libchdb*
126128
dotnet pack src/chdb/chdb.csproj -c Release --include-symbols --version-suffix ${{ github.run_number }}
127129
ls -lahS nupkg
128130
@@ -147,6 +149,8 @@ jobs:
147149

148150
- name: Pack
149151
run: |
152+
cp libchdb.so src/chdb/libchdb.so
153+
ls -lahS src/chdb/libchdb*
150154
dotnet pack src/chdb-tool/chdb-tool.csproj -c Release --include-symbols --version-suffix ${{ github.run_number }}
151155
ls -lahS nupkg
152156

0 commit comments

Comments
 (0)