Skip to content

Commit 603fec8

Browse files
authored
ci: fix name collisions (#5385)
1 parent 7e16c0c commit 603fec8

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/ui-tests-critical.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -108,7 +108,7 @@ jobs:
108108
uses: actions/upload-artifact@v4
109109
if: ${{ failure() || cancelled() }}
110110
with:
111-
name: crash-logs-${{matrix.platform.xcode}}
111+
name: crash-logs-${{matrix.platform.xcode}}-${{matrix.test.name}}
112112
path: ~/Library/Logs/DiagnosticReports/**
113113

114114
- name: Store screenshot

0 commit comments

Comments
 (0)