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 01a6ee9 commit 8793f88Copy full SHA for 8793f88
.github/workflows/dotnet.yml
@@ -150,7 +150,7 @@ jobs:
150
ls -lahS src/chdb/*
151
cp libchdb.so src/chdb/
152
ls -lahS src/chdb/libchdb*
153
- dontnet nuget sources add -n chdb ./nupkg
+ dotnet nuget sources add -n chdb ./nupkg
154
dotnet pack src/chdb-tool/chdb-tool.csproj -c Release --include-symbols --version-suffix ${{ github.run_number }}
155
ls -lahS nupkg
156
0 commit comments