Skip to content

Commit 6f8f4b7

Browse files
committed
clean(workflow): remove unused core dump upload step
1 parent 1934ad4 commit 6f8f4b7

File tree

1 file changed

+2
-9
lines changed

1 file changed

+2
-9
lines changed

.github/workflows/main.yml

Lines changed: 2 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -59,7 +59,7 @@ jobs:
5959
steps:
6060

6161
- uses: actions/[email protected]
62-
62+
6363
- uses: msys2/[email protected]
6464
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

0 commit comments

Comments
 (0)