aboutsummaryrefslogtreecommitdiff
path: root/.github
diff options
context:
space:
mode:
authorZied Aouini <aouinizied@gmail.com>2021-10-11 20:17:12 +0200
committerGitHub <noreply@github.com>2021-10-11 20:17:12 +0200
commitca827ae548013f48bdf8f0d2f482aaeac3828410 (patch)
tree764dd4056c72dae861ef4c53cebd13a3c8fbd55c /.github
parent7e0724d5765bd1b4e145bb9cf2b151c9a73fe9fe (diff)
Fix FuzzCI. (#1338)
Diffstat (limited to '.github')
-rw-r--r--.github/workflows/cifuzz.yml2
1 files changed, 1 insertions, 1 deletions
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()