Skip to content

Commit

Permalink
fix typo in fuzzer build script (#10061)
Browse files Browse the repository at this point in the history
  • Loading branch information
Ekleog-NEAR authored Nov 1, 2023
2 parents 5e80b0b + 8316806 commit bc0eb3c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/master_fuzzer_binaries.yml
Original file line number Diff line number Diff line change
Expand Up @@ -49,7 +49,7 @@ jobs:
- uses: actions/checkout@master

- name: "Compile fuzzers and upload to GCS"
- run: |
run: |
NAME="nearcore-${{ github.ref_name }}-$(env TZ=Etc/UTC date +"%Y%m%d%H%M%S")"
cargo +nightly bolero build-clusterfuzz --all-features --profile fuzz
gsutil cp -Z target/fuzz/clusterfuzz.tar "gs://fuzzer_targets/${{ github.ref_name }}/$NAME.tar.gz"

0 comments on commit bc0eb3c

Please sign in to comment.