Skip to content

Commit dbfec35

Browse files
committed
fix artifact storage
1 parent aad8ac7 commit dbfec35

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/RunFuzzer.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -126,7 +126,7 @@ jobs:
126126
with:
127127
key: ${{ github.job }}
128128

129-
- name: Compile DuckDB
129+
- name: Compile DuckDB with afl++ compiler
130130
run: |
131131
cd duckdb_aflplusplus/src
132132
make \
@@ -187,7 +187,7 @@ jobs:
187187
-m none \
188188
-d \
189189
-- $DUCKDB_AFLPLUSPLUS_DIR/build/${{ inputs.fuzzer }}
190-
cd $DUCKDB_AFLPLUSPLUS_DIR && tar -cvf fuzz_results.tar fuzz_results/${{ inputs.fuzzer }}
190+
cd $DUCKDB_AFLPLUSPLUS_DIR && tar -cvf ${{ github.workspace }}/fuzz_results.tar fuzz_results/${{ inputs.fuzzer }}
191191
192192
- name: debug
193193
run: |

0 commit comments

Comments
 (0)