Skip to content

Commit

Permalink
Fix upload artifact (#6415)
Browse files Browse the repository at this point in the history
  • Loading branch information
himadrisingh authored Jan 14, 2025
1 parent 557e691 commit bb92a22
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/web-test-e2e.yml
Original file line number Diff line number Diff line change
Expand Up @@ -121,6 +121,6 @@ jobs:
- uses: actions/upload-artifact@v4
if: always()
with:
name: playwright-report
name: ${{ matrix.name }}-playwright-report
path: ${{ matrix.name }}/playwright-report/
retention-days: 30

0 comments on commit bb92a22

Please sign in to comment.