Skip to content

Commit beafe5a

Browse files
committed
Give artifacts unique names
1 parent 80b4c36 commit beafe5a

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/ubuntu.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -111,7 +111,7 @@ jobs:
111111
- uses: actions/upload-artifact@v4
112112
with:
113113
path: ${{ matrix.release }}-${{ matrix.output }}
114-
name: tests_xml_outputs
114+
name: $${{ matrix.release }}_$${{ matrix.output }}
115115

116116
- name: ${{ matrix.name }} JUnit
117117
uses: mikepenz/action-junit-report@v3
@@ -244,7 +244,7 @@ jobs:
244244
- uses: actions/upload-artifact@v4
245245
with:
246246
path: test_results_${{ matrix.name }}.xml
247-
name: tests_xml_outputs
247+
name: longtests_xml_outputs_$${{ matrix.name }}
248248

249249
- name: ${{ matrix.name }} JUnit
250250
uses: mikepenz/action-junit-report@v3

0 commit comments

Comments
 (0)