@@ -74,13 +74,13 @@ jobs:
7474 - name : Test
7575 run : dotnet test -c Release --no-build --logger trx --results-directory "TestResults-${{ matrix.rid }}"
7676
77- - name : Upload dotnet test results
78- uses : actions/upload-artifact@v4
79- with :
80- name : dotnet-results-${{ matrix.rid }}
81- path : TestResults-${{ matrix.rid }}
82- # Use always() to always run this step to publish test results when there are test failures
83- if : ${{ always() }}
77+ # - name: Upload dotnet test results
78+ # uses: actions/upload-artifact@v4
79+ # with:
80+ # name: dotnet-results-${{ matrix.rid }}
81+ # path: TestResults-${{ matrix.rid }}
82+ # # Use always() to always run this step to publish test results when there are test failures
83+ # if: ${{ always() }}
8484
8585 # - name: Pack chdb-${{ matrix.rid }}
8686 # run: |
@@ -115,11 +115,11 @@ jobs:
115115 - name : Download chdb library
116116 run : ./update_libchdb.sh
117117
118- - name : Upload libchdb Artifact
119- uses : actions/upload-artifact@v4
120- with :
121- name : libchdb
122- path : libchdb.so
118+ # - name: Upload libchdb Artifact
119+ # uses: actions/upload-artifact@v4
120+ # with:
121+ # name: libchdb
122+ # path: libchdb.so
123123
124124 - name : Pack
125125 run : |
@@ -141,11 +141,8 @@ jobs:
141141 steps :
142142 - uses : actions/checkout@v4
143143
144- - name : Download Artifact
145- uses : actions/download-artifact@v4
146- with :
147- name : libchdb
148- path : libchdb.so
144+ - name : Download chdb library
145+ run : ./update_libchdb.sh
149146
150147 - name : Pack
151148 run : |
0 commit comments