Skip to content

Commit 4c0e083

Browse files
committed
Fixing artifacts upload.
1 parent 95db807 commit 4c0e083

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

.github/workflows/dotnet-core-master.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -200,7 +200,7 @@ jobs:
200200
if: ${{ failure() }}
201201
uses: actions/upload-artifact@v4
202202
with:
203-
name: error Screenshots
203+
name: error Screenshots ${{matrix.test}}
204204
path: |
205205
eform-angular-frontend/eform-client/errorShots/chrome*.png
206206
retention-days: 2
@@ -212,7 +212,7 @@ jobs:
212212
if: ${{ failure() }}
213213
uses: actions/upload-artifact@v4
214214
with:
215-
name: error Screenshots
215+
name: cypress-videos-${{matrix.test}}
216216
path: |
217217
/home/runner/work/eform-backendconfiguration-plugin/eform-backendconfiguration-plugin/eform-angular-frontend/eform-client/cypress/videos/*.mp4
218218
retention-days: 2

.github/workflows/dotnet-core-pr.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -190,14 +190,14 @@ jobs:
190190
if: ${{ failure() }}
191191
uses: actions/upload-artifact@v4
192192
with:
193-
name: error Screenshots
193+
name: error Screenshots ${{matrix.test}}
194194
path: |
195195
eform-angular-frontend/eform-client/errorShots/chrome*.png
196196
- name: Archive videos
197197
if: ${{ failure() }}
198198
uses: actions/upload-artifact@v4
199199
with:
200-
name: error Screenshots
200+
name: cypress-videos-${{matrix.test}}
201201
path: |
202202
/home/runner/work/eform-backendconfiguration-plugin/eform-backendconfiguration-plugin/eform-angular-frontend/eform-client/cypress/videos/*.mp4
203203
retention-days: 3

0 commit comments

Comments
 (0)