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:
116116 run : ./update_libchdb.sh
117117
118118 - name : Upload libchdb Artifact
119- uses : actions/upload-artifact@v2
119+ uses : actions/upload-artifact@v4
120120 with :
121121 name : libchdb
122122 path : libchdb.so
@@ -142,14 +142,16 @@ jobs:
142142 - uses : actions/checkout@v4
143143
144144 - name : Download Artifact
145- uses : actions/download-artifact@v2
145+ uses : actions/download-artifact@v4
146146 with :
147147 name : libchdb
148148 path : libchdb.so
149149
150150 - name : Pack
151151 run : |
152- cp libchdb.so src/chdb/libchdb.so
152+ ls -lahS .
153+ ls -lahS src/chdb/*
154+ cp libchdb.so src/chdb/
153155 ls -lahS src/chdb/libchdb*
154156 dotnet pack src/chdb-tool/chdb-tool.csproj -c Release --include-symbols --version-suffix ${{ github.run_number }}
155157 ls -lahS nupkg
You can’t perform that action at this time.
0 commit comments