ci: only keep traces as artifacts
This commit is contained in:
parent
f2429c4221
commit
77e4aa0a7d
1 changed files with 1 additions and 1 deletions
2
.github/workflows/build.yaml
vendored
2
.github/workflows/build.yaml
vendored
|
|
@ -126,7 +126,7 @@ jobs:
|
||||||
if: always()
|
if: always()
|
||||||
with:
|
with:
|
||||||
name: ${{ matrix.check }}
|
name: ${{ matrix.check }}
|
||||||
path: ${{ env.resultPath }}/**/*
|
path: ${{ env.resultPath }}/trace/*
|
||||||
overwrite: true
|
overwrite: true
|
||||||
|
|
||||||
results:
|
results:
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue