Skip to content

Commit d34b996

Browse files
committed
ci: use unique matrix-based name for cypress screenshots, videos
In upload-artifact.
1 parent 77e3446 commit d34b996

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/cypress.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -73,7 +73,7 @@ jobs:
7373
- uses: actions/upload-artifact@v3
7474
if: always()
7575
with:
76-
name: cypress-videos
76+
name: cypress-videos-${{ matrix.package }}
7777
path: packages/${{ matrix.package }}/typescript/cypress/videos
7878
if-no-files-found: ignore
7979

@@ -89,7 +89,7 @@ jobs:
8989
- uses: actions/upload-artifact@v3
9090
if: failure()
9191
with:
92-
name: cypress-screenshots
92+
name: cypress-screenshots-${{ matrix.package }}
9393
path: packages/${{ matrix.package }}/typescript/cypress/screenshots
9494
if-no-files-found: ignore
9595

0 commit comments

Comments
 (0)