Skip to content

Commit 597fe3e

Browse files
committed
fix duplicated artifact names
1 parent ea378d9 commit 597fe3e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/lint-test-deploy.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -73,7 +73,7 @@ jobs:
7373
- uses: actions/upload-artifact@v4
7474
if: always()
7575
with:
76-
name: playwright-report
76+
name: "playwright-report-wp${{ matrix.wp }}"
7777
path: artifacts/
7878
retention-days: 7
7979

0 commit comments

Comments
 (0)