mirror of
https://github.com/libexpat/libexpat.git
synced 2025-04-05 21:24:59 +00:00
fuzzing.yml: Stop trying to upload "crash-*" files
.. when regression testing against existing files form a fuzzing corpus just does not produce these files.
This commit is contained in:
parent
76935aa308
commit
2a894f438d
1 changed files with 0 additions and 7 deletions
7
.github/workflows/fuzzing.yml
vendored
7
.github/workflows/fuzzing.yml
vendored
|
@ -117,10 +117,3 @@ jobs:
|
|||
find corpus_UTF-16LE/ -type f | sort | xargs \
|
||||
fuzz/xml_parsebuffer_fuzzer_UTF-16LE "${fuzz_args[@]}"
|
||||
# ^^^^^^ ^^^^^^^^
|
||||
|
||||
- name: Store crashing test units
|
||||
if: ${{ failure() }}
|
||||
uses: actions/upload-artifact@6f51ac03b9356f520e9adb1b1b7802705f340c2b # v4.5.0
|
||||
with:
|
||||
name: expat_fuzzing_trouble_${{ github.sha }}
|
||||
path: expat/build/*-????????????????????????????????????????
|
||||
|
|
Loading…
Add table
Reference in a new issue