Skip to content

Commit a448c32

Browse files
committed
fix artifact name
1 parent 7a28d7c commit a448c32

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/playwright.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -39,6 +39,6 @@ jobs:
3939
- uses: actions/upload-artifact@v4
4040
if: ${{ !cancelled() }}
4141
with:
42-
name: playwright-report
42+
name: playwright-report-${{ matrix.project }}
4343
path: packages/browser/playwright-report/
4444
retention-days: 30

0 commit comments

Comments
 (0)