Skip to content

Ensure upload steps are named uniquely. #35

Ensure upload steps are named uniquely.

Ensure upload steps are named uniquely. #35

Workflow file for this run

name: CIFuzz
on: [pull_request]
jobs:
Fuzzing:
runs-on: ubuntu-latest
steps:
- name: Build Fuzzers
uses: google/oss-fuzz/infra/cifuzz/actions/build_fuzzers@master
with:
oss-fuzz-project-name: 'capstone'
dry-run: false
- name: Run Fuzzers
uses: google/oss-fuzz/infra/cifuzz/actions/run_fuzzers@master
with:
oss-fuzz-project-name: 'capstone'
fuzz-seconds: 600
dry-run: false

Check failure on line 17 in .github/workflows/fuzz.yml

View workflow run for this annotation

GitHub Actions / .github/workflows/fuzz.yml

Invalid workflow file

You have an error in your yaml syntax on line 17
- name: Upload Crash
uses: actions/upload-artifact@v3
if: failure()
with:
name: artifacts
path: ./out/artifacts
- name: Install Python Dependencies
run: python -m pip install --upgrade setuptools build wheel