From ca827ae548013f48bdf8f0d2f482aaeac3828410 Mon Sep 17 00:00:00 2001 From: Zied Aouini Date: Mon, 11 Oct 2021 20:17:12 +0200 Subject: Fix FuzzCI. (#1338) --- .github/workflows/cifuzz.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to '.github/workflows/cifuzz.yml') diff --git a/.github/workflows/cifuzz.yml b/.github/workflows/cifuzz.yml index 0dd0bd91d..18d20bd6d 100644 --- a/.github/workflows/cifuzz.yml +++ b/.github/workflows/cifuzz.yml @@ -25,7 +25,7 @@ jobs: # Run Fuzzers return success even when setting dry-run to false. # A temporal workaround is to trigger failure manually if we fing crash files. run: | - exit $(ls out/artifacts -l |wc -c) + exit $(ls out/artifacts |wc -l) - name: Upload Crash (upload detected crash as artifacts) uses: actions/upload-artifact@v1 if: failure() -- cgit v1.2.3