From 2a894f438d592e5699b7ce830acc79dbd7d936c5 Mon Sep 17 00:00:00 2001 From: Sebastian Pipping Date: Sun, 5 Jan 2025 21:38:44 +0100 Subject: [PATCH] fuzzing.yml: Stop trying to upload "crash-*" files .. when regression testing against existing files form a fuzzing corpus just does not produce these files. --- .github/workflows/fuzzing.yml | 7 ------- 1 file changed, 7 deletions(-) diff --git a/.github/workflows/fuzzing.yml b/.github/workflows/fuzzing.yml index e66e5d7a..2ff31049 100644 --- a/.github/workflows/fuzzing.yml +++ b/.github/workflows/fuzzing.yml @@ -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/*-????????????????????????????????????????