From c2860715b35b877cc9f4e03538273550564b0b7e Mon Sep 17 00:00:00 2001 From: a-maurice Date: Tue, 19 Nov 2024 13:52:08 -0800 Subject: [PATCH] Make workflow uploads more unique (#1149) * Make workflow uploads more unique * Update integration_tests.yml --- .github/workflows/integration_tests.yml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/.github/workflows/integration_tests.yml b/.github/workflows/integration_tests.yml index 8178b664..28feacf5 100644 --- a/.github/workflows/integration_tests.yml +++ b/.github/workflows/integration_tests.yml @@ -270,7 +270,7 @@ jobs: uses: actions/upload-artifact@v4 if: ${{ !cancelled() }} with: - name: build_and_test_results-${{ matrix.platform }}-${{ matrix.ios_sdk }} + name: build_and_test_results-build-${{ steps.matrix_info.outputs.info }} path: build-results-${{ steps.matrix_info.outputs.info }}* retention-days: ${{ env.artifactRetentionDays }} - name: Upload Mobile integration tests artifact @@ -448,7 +448,7 @@ jobs: uses: actions/upload-artifact@v4 if: ${{ !cancelled() }} with: - name: build_and_test_results-Playmode + name: build_and_test_results-${{ matrix.os }}-Playmode path: test-results-${{ steps.matrix_info.outputs.info }}* retention-days: ${{ env.artifactRetentionDays }} - name: Update PR label and comment @@ -605,7 +605,7 @@ jobs: if: ${{ !cancelled() }} uses: actions/upload-artifact@v4 with: - name: build_and_test_results-${{ matrix.platform }}-${{ matrix.test_device }} + name: build_and_test_results-test-${{ steps.matrix_info.outputs.info }} path: testapps/test-results-${{ steps.matrix_info.outputs.info }}* retention-days: ${{ env.artifactRetentionDays }} - name: Download log artifacts