ci: do not warn if no artifact is found
This commit is contained in:
parent
77e4aa0a7d
commit
cc6776ec1b
1 changed files with 1 additions and 0 deletions
1
.github/workflows/build.yaml
vendored
1
.github/workflows/build.yaml
vendored
|
|
@ -128,6 +128,7 @@ jobs:
|
||||||
name: ${{ matrix.check }}
|
name: ${{ matrix.check }}
|
||||||
path: ${{ env.resultPath }}/trace/*
|
path: ${{ env.resultPath }}/trace/*
|
||||||
overwrite: true
|
overwrite: true
|
||||||
|
if-no-files-found: ignore
|
||||||
|
|
||||||
results:
|
results:
|
||||||
name: Final Results
|
name: Final Results
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue