We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 11a1745 + e822c48 commit 7841b98Copy full SHA for 7841b98
1 file changed
.github/workflows/on_PR_linux_fuzz.yml
@@ -45,3 +45,12 @@ jobs:
45
cd build
46
mkdir corpus
47
LSAN_OPTIONS=suppressions=../fuzz/knownleaks.txt ./bin/${{matrix.fuzz_target}} corpus ../test/data/ -dict=../fuzz/exiv2.dict -jobs=$(nproc) -workers=$(nproc) -max_len=4096 -max_total_time=120
48
+
49
+ - uses: actions/upload-artifact@v6
50
+ with:
51
+ name: exiv2-${{ matrix.fuzz_target }}
52
+ path: |
53
+ ./build/crash-*
54
+ ./build/leak-*
55
+ ./build/timeout-*
56
+ if-no-files-found: ignore
0 commit comments