File tree Expand file tree Collapse file tree 1 file changed +3
-3
lines changed
Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Original file line number Diff line number Diff 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
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
You can’t perform that action at this time.
0 commit comments