From 6b34136f94ccbf2de8dfd73cd9346be867e65c8e Mon Sep 17 00:00:00 2001 From: a-maurice Date: Tue, 19 Nov 2024 13:48:41 -0800 Subject: [PATCH] Update video log names (#1672) --- .github/workflows/integration_tests.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/integration_tests.yml b/.github/workflows/integration_tests.yml index 440351f8f..634a93f6d 100644 --- a/.github/workflows/integration_tests.yml +++ b/.github/workflows/integration_tests.yml @@ -1142,7 +1142,7 @@ jobs: if: ${{ steps.device-info.outputs.device_type == 'virtual' && !cancelled() }} uses: actions/upload-artifact@v4 with: - name: mobile-simulator-test-video-artifact + name: mobile-simulator-test-video-artifact-ios-${{ matrix.build_os }}-${{ matrix.ios_device }}-${{ matrix.test_type }} path: testapps/video-*-ios-${{ matrix.build_os }}-${{ matrix.ios_device }}-${{ matrix.test_type }}.mp4 retention-days: ${{ env.artifactRetentionDays }} - name: Download log artifacts @@ -1282,7 +1282,7 @@ jobs: if: ${{ !cancelled() }} uses: actions/upload-artifact@v4 with: - name: mobile-simulator-test-video-artifact + name: mobile-simulator-test-video-artifact-tvos-${{ matrix.build_os }}-${{ matrix.tvos_device }} path: testapps/video-*-tvos-${{ matrix.build_os }}-${{ matrix.tvos_device }}.mp4 retention-days: ${{ env.artifactRetentionDays }} - name: Download log artifacts