Skip to content

Commit 060f795

Browse files
committed
Artifacts with matrix info
1 parent 8b5b6d7 commit 060f795

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

.github/workflows/Android-CI.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -59,14 +59,14 @@ jobs:
5959
uses: actions/upload-artifact@v4
6060
if: ${{ always() }}
6161
with:
62-
name: MPChart-Espresso-report
62+
name: MPChart-Espresso-report-${{ matrix.api }}-${{ matrix.tag }}-${{ matrix.abi }}
6363
path: MPChartExample/build/reports/androidTests/connected
6464
if-no-files-found: error
6565
- name: Archive screenshots
6666
if: ${{ always() }}
6767
uses: actions/upload-artifact@v4
6868
with:
69-
name: MPChart-Screenshots
69+
name: MPChart-Screenshots-${{ matrix.api }}-${{ matrix.tag }}-${{ matrix.abi }}
7070
path: |
7171
MPChartExample/build/outputs/connected_android_test_additional_output/debugAndroidTest/connected
7272
MPChartExample/build/outputs/androidTest-results/connected
@@ -83,7 +83,7 @@ jobs:
8383
if: ${{ always() }}
8484
uses: actions/upload-artifact@v4
8585
with:
86-
name: MPChart-Screenshots-diffs
86+
name: MPChart-Screenshots-diffs-${{ matrix.api }}-${{ matrix.tag }}-${{ matrix.abi }}
8787
path: |
8888
screenshotDiffs
8989
- name: Show git status

0 commit comments

Comments
 (0)