From 280c5c8f7e954a23547545b87ed0be6372f74291 Mon Sep 17 00:00:00 2001 From: Vinay Gaba Date: Thu, 6 Jun 2024 07:55:43 -0700 Subject: [PATCH] Change name of upload report to prevent build failure --- .github/workflows/android.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/android.yml b/.github/workflows/android.yml index c13f6b54..c29fc094 100644 --- a/.github/workflows/android.yml +++ b/.github/workflows/android.yml @@ -142,7 +142,7 @@ jobs: - name: Upload screenshot testing report uses: actions/upload-artifact@v4 with: - name: reports + name: reports-${{ matrix.api-level }}-${{ matrix.target }} path: sample/build/reports/shot/debug/Api${{ matrix.api-level }}/verification/ retention-days: 1