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:
Sebastian Pipping 2025-01-05 21:38:44 +01:00
parent 76935aa308
commit 2a894f438d

View file

@ -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/*-????????????????????????????????????????