Skip to content

Commit

Permalink
Merge pull request #1633 from MetRonnie/actions
Browse files Browse the repository at this point in the history
GH Actions: fix screenshots artifact name clash
  • Loading branch information
markgrahamdawson authored Jan 17, 2024
2 parents 028e5a8 + acdd684 commit e3fc9da
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 e3fc9da

Please sign in to comment.