Skip to content

Commit 88f913e

Browse files
committed
wip 3/x
1 parent 1e3680e commit 88f913e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/actions/fuzzer/action.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,7 @@ runs:
3434
- name: Initialize corpus
3535
if: steps.cache.outputs.cache-hit != 'true'
3636
shell: bash
37-
run: mkdir -p ${{ steps.preapre.outputs.corpus-dir }}
37+
run: mkdir -p ${{ steps.prepare.outputs.corpus-dir }}
3838

3939
- name: Run
4040
run: ${{ inputs.binary }} -max_total_time=${{ inputs.duration_sec }} ${{ steps.prepare.outputs.corpus-dir }}

0 commit comments

Comments
 (0)