We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ff1f7a5 commit 178658dCopy full SHA for 178658d
.github/workflows/dotnet.yml
@@ -123,6 +123,8 @@ jobs:
123
124
- name: Pack
125
run: |
126
+ cp libchdb.so src/chdb/libchdb.so
127
+ ls -lahS src/chdb/libchdb*
128
dotnet pack src/chdb/chdb.csproj -c Release --include-symbols --version-suffix ${{ github.run_number }}
129
ls -lahS nupkg
130
@@ -147,6 +149,8 @@ jobs:
147
149
148
150
151
152
153
154
dotnet pack src/chdb-tool/chdb-tool.csproj -c Release --include-symbols --version-suffix ${{ github.run_number }}
155
156
0 commit comments