We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 90e80b1 commit 8f99438Copy full SHA for 8f99438
.github/workflows/release.yml
@@ -171,10 +171,13 @@ jobs:
171
run: |
172
cd fuzz
173
SKIP_WASM_BUILD=1 cargo fuzz build fuzz_starlight --build-std
174
+ SKIP_WASM_BUILD=1 cargo fuzz build fuzz_starlight_live --build-std
175
strip target/x86_64-unknown-linux-gnu/release/fuzz_starlight
176
+ strip target/x86_64-unknown-linux-gnu/release/fuzz_starlight_live
177
cd ..
178
mkdir binaries
179
mv fuzz/target/x86_64-unknown-linux-gnu/release/fuzz_starlight binaries/
180
+ mv fuzz/target/x86_64-unknown-linux-gnu/release/fuzz_starlight_live binaries/
181
- name: Upload binary
182
uses: actions/upload-artifact@v4
183
with:
0 commit comments