Skip to content

Commit

Permalink
Make workflow uploads more unique (#1149)
Browse files Browse the repository at this point in the history
* Make workflow uploads more unique

* Update integration_tests.yml
  • Loading branch information
a-maurice authored Nov 19, 2024
1 parent 29afaed commit c286071
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/integration_tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down Expand Up @@ -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
Expand Down Expand Up @@ -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
Expand Down

0 comments on commit c286071

Please sign in to comment.