We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 80b4c36 commit beafe5aCopy full SHA for beafe5a
.github/workflows/ubuntu.yml
@@ -111,7 +111,7 @@ jobs:
111
- uses: actions/upload-artifact@v4
112
with:
113
path: ${{ matrix.release }}-${{ matrix.output }}
114
- name: tests_xml_outputs
+ name: $${{ matrix.release }}_$${{ matrix.output }}
115
116
- name: ${{ matrix.name }} JUnit
117
uses: mikepenz/action-junit-report@v3
@@ -244,7 +244,7 @@ jobs:
244
245
246
path: test_results_${{ matrix.name }}.xml
247
+ name: longtests_xml_outputs_$${{ matrix.name }}
248
249
250
0 commit comments