File tree Expand file tree Collapse file tree 1 file changed +5
-3
lines changed Expand file tree Collapse file tree 1 file changed +5
-3
lines changed Original file line number Diff line number Diff line change @@ -116,7 +116,7 @@ jobs:
116
116
run : ./update_libchdb.sh
117
117
118
118
- name : Upload libchdb Artifact
119
- uses : actions/upload-artifact@v2
119
+ uses : actions/upload-artifact@v4
120
120
with :
121
121
name : libchdb
122
122
path : libchdb.so
@@ -142,14 +142,16 @@ jobs:
142
142
- uses : actions/checkout@v4
143
143
144
144
- name : Download Artifact
145
- uses : actions/download-artifact@v2
145
+ uses : actions/download-artifact@v4
146
146
with :
147
147
name : libchdb
148
148
path : libchdb.so
149
149
150
150
- name : Pack
151
151
run : |
152
- cp libchdb.so src/chdb/libchdb.so
152
+ ls -lahS .
153
+ ls -lahS src/chdb/*
154
+ cp libchdb.so src/chdb/
153
155
ls -lahS src/chdb/libchdb*
154
156
dotnet pack src/chdb-tool/chdb-tool.csproj -c Release --include-symbols --version-suffix ${{ github.run_number }}
155
157
ls -lahS nupkg
You can’t perform that action at this time.
0 commit comments