We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 7e16c0c commit 603fec8Copy full SHA for 603fec8
.github/workflows/ui-tests-critical.yml
@@ -108,7 +108,7 @@ jobs:
108
uses: actions/upload-artifact@v4
109
if: ${{ failure() || cancelled() }}
110
with:
111
- name: crash-logs-${{matrix.platform.xcode}}
+ name: crash-logs-${{matrix.platform.xcode}}-${{matrix.test.name}}
112
path: ~/Library/Logs/DiagnosticReports/**
113
114
- name: Store screenshot
0 commit comments