Merge pull request #1996 from terrelln/cifuzz-dogfood
[CIFuzz] Rename output path to artifacts
This commit is contained in:
commit
ff6350c098
4
.github/workflows/main.yml
vendored
4
.github/workflows/main.yml
vendored
@ -18,5 +18,5 @@ jobs:
|
||||
uses: actions/upload-artifact@v1
|
||||
if: failure()
|
||||
with:
|
||||
name: bug_report
|
||||
path: ./out/bug_report
|
||||
name: artifacts
|
||||
path: ./out/artifacts
|
||||
|
Loading…
Reference in New Issue
Block a user