Skip to content

Commit

Permalink
GH Actions: fix screenshots artifact name clash
Browse files Browse the repository at this point in the history
  • Loading branch information
MetRonnie committed Jan 17, 2024
1 parent c8e24f1 commit acdd684
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -97,7 +97,7 @@ jobs:
uses: actions/upload-artifact@v4
if: failure()
with:
name: cypress-screenshots
name: 'cypress-screenshots_${{ matrix.type }}_${{ matrix.browser }}_${{ matrix.os }}'
path: tests/e2e/screenshots

- name: Upload coverage artifact
Expand Down

0 comments on commit acdd684

Please sign in to comment.