diff --git a/.github/workflows/Build.yaml b/.github/workflows/Build.yaml index 77cfa89a6..de2666fa1 100644 --- a/.github/workflows/Build.yaml +++ b/.github/workflows/Build.yaml @@ -96,5 +96,5 @@ jobs: if: always() uses: actions/upload-artifact@v3 with: - name: test-reports + name: test-reports-${{ matrix.api-level }} path: '*/build/reports/androidTests'