Fix uploading playwright report

This commit is contained in:
Xon 2026-03-10 19:30:00 +08:00
commit 875b7fc247

View file

@ -69,6 +69,6 @@ jobs:
name: Upload blob report to GitHub Actions Artifacts
if: ${{ !cancelled() }}
with:
name: playwright-report
name: playwright-report-${{ matrix.os }}-${{ matrix.browser }}
path: playwright-report/
retention-days: 30