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 ccd55d7 commit 5aa8fdaCopy full SHA for 5aa8fda
.github/workflows/dotnet.yml
@@ -111,6 +111,8 @@ jobs:
111
runs-on: ubuntu-latest
112
steps:
113
114
+ - uses: actions/checkout@v4
115
+
116
- name: Pack
117
run: |
118
dotnet pack src/chdb/chdb.csproj -c Release --include-symbols --version-suffix ${{ github.run_number }}
@@ -129,6 +131,8 @@ jobs:
129
131
env:
130
132
PUSH_TOOL: true
133
134
135
136
137
138
dotnet pack src/chdb-tool/chdb-tool.csproj -c Release --include-symbols --version-suffix ${{ github.run_number }}
0 commit comments