fix test action

This commit is contained in:
an-lee
2024-03-01 19:31:44 +08:00
parent ed1edfbc3b
commit f0c3bc1bd2

View File

@@ -51,6 +51,6 @@ jobs:
- uses: actions/upload-artifact@v4
if: always()
with:
name: playwright-report
name: ${{matrix.os}}-playwright-report
path: enjoy/playwright-report/
retention-days: 30