tangled
alpha
login
or
join now
khanwinter.com
/
CBOR
2
fork
atom
A fast, safe, and efficient CBOR serialization library for Swift on any platform.
swiftpackageindex.com/thecoolwinter/CBOR/1.1.1/documentation/cbor
atproto
swift
cbor
2
fork
atom
overview
issues
pulls
pipelines
Fix CI Yaml
Khan Winter
6 months ago
742262c3
142dfe77
+3
-3
1 changed file
expand all
collapse all
unified
split
.github
workflows
ci.yml
+3
-3
.github/workflows/ci.yml
···
42
42
mkdir -p .fuzz/corpus
43
43
mkdir -p .fuzz/artifacts
44
44
./.build/release/Fuzzing .fuzz/new-corpus .fuzz/corpus -max_total_time=30 -artifact_prefix=.fuzz/artifacts -max_len=1000000
45
45
-
- name: "Upload Fuzzing Artifacts (if available)"
46
46
-
uses: actions/upload-artifact@v4
47
47
-
with:
45
45
+
- name: "Upload Fuzzing Artifacts (if available)"
46
46
+
uses: actions/upload-artifact@v4
47
47
+
with:
48
48
name: "FuzzArtifacts"
49
49
path: ".fuzz/artifacts"
50
50
if-no-files-found: "ignore"