ci: only keep traces as artifacts

This commit is contained in:
ibizaman 2025-09-30 00:55:53 +02:00 committed by Pierre Penninckx
parent f2429c4221
commit 77e4aa0a7d

View file

@ -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: