Merge pull request #1996 from terrelln/cifuzz-dogfood
[CIFuzz] Rename output path to artifacts
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user