File tree Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -270,7 +270,7 @@ jobs:
270270 uses : actions/upload-artifact@v4
271271 if : ${{ !cancelled() }}
272272 with :
273- name : build_and_test_results-${{ matrix.platform }}-${{ matrix.ios_sdk }}
273+ name : build_and_test_results-${{ steps.matrix_info.outputs.info }}
274274 path : build-results-${{ steps.matrix_info.outputs.info }}*
275275 retention-days : ${{ env.artifactRetentionDays }}
276276 - name : Upload Mobile integration tests artifact
@@ -448,7 +448,7 @@ jobs:
448448 uses : actions/upload-artifact@v4
449449 if : ${{ !cancelled() }}
450450 with :
451- name : build_and_test_results-Playmode
451+ name : build_and_test_results-${{ matrix.os }}- Playmode
452452 path : test-results-${{ steps.matrix_info.outputs.info }}*
453453 retention-days : ${{ env.artifactRetentionDays }}
454454 - name : Update PR label and comment
@@ -605,7 +605,7 @@ jobs:
605605 if : ${{ !cancelled() }}
606606 uses : actions/upload-artifact@v4
607607 with :
608- name : build_and_test_results-${{ matrix.platform }}-${{ matrix.test_device }}
608+ name : build_and_test_results-${{ steps.matrix_info.outputs.info }}
609609 path : testapps/test-results-${{ steps.matrix_info.outputs.info }}*
610610 retention-days : ${{ env.artifactRetentionDays }}
611611 - name : Download log artifacts
You can’t perform that action at this time.
0 commit comments