File tree Expand file tree Collapse file tree 1 file changed +2
-9
lines changed
Expand file tree Collapse file tree 1 file changed +2
-9
lines changed Original file line number Diff line number Diff line change 5959 steps :
6060
616162-
62+
63636464 if : matrix.os == 'windows-latest'
6565 with :
@@ -135,13 +135,6 @@ jobs:
135135 if : matrix.name == 'linux' || matrix.name == 'windows'
136136 run : make test
137137
138- - name : Upload core dump
139- if : always() # upload even if previous step failed
140- uses : actions/upload-artifact@v4
141- with :
142- name : core-dump
143- path : /var/lib/systemd/coredump/core.*
144-
145138 - name : test sqlite-sync + coverage
146139 if : matrix.name == 'macos'
147140 run : brew install lcov && make test COVERAGE=true
@@ -284,4 +277,4 @@ jobs:
284277 cloudsync-*-${{ steps.tag.outputs.version }}.tar.xz
285278 cloudsync-*-${{ steps.tag.outputs.version }}.tar.gz
286279 sqlite-*-sync-${{ steps.tag.outputs.version }}-wasm.zip
287- make_latest : true
280+ make_latest : true
You can’t perform that action at this time.
0 commit comments