File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -1142,7 +1142,7 @@ jobs:
11421142 if : ${{ steps.device-info.outputs.device_type == 'virtual' && !cancelled() }}
11431143 uses : actions/upload-artifact@v4
11441144 with :
1145- name : mobile-simulator-test-video-artifact
1145+ name : mobile-simulator-test-video-artifact-ios-${{ matrix.build_os }}-${{ matrix.ios_device }}-${{ matrix.test_type }}
11461146 path : testapps/video-*-ios-${{ matrix.build_os }}-${{ matrix.ios_device }}-${{ matrix.test_type }}.mp4
11471147 retention-days : ${{ env.artifactRetentionDays }}
11481148 - name : Download log artifacts
@@ -1282,7 +1282,7 @@ jobs:
12821282 if : ${{ !cancelled() }}
12831283 uses : actions/upload-artifact@v4
12841284 with :
1285- name : mobile-simulator-test-video-artifact
1285+ name : mobile-simulator-test-video-artifact-tvos-${{ matrix.build_os }}-${{ matrix.tvos_device }}
12861286 path : testapps/video-*-tvos-${{ matrix.build_os }}-${{ matrix.tvos_device }}.mp4
12871287 retention-days : ${{ env.artifactRetentionDays }}
12881288 - name : Download log artifacts
You can’t perform that action at this time.
0 commit comments