From da87a8a70539c1eae04845bea91e3375d0f777b2 Mon Sep 17 00:00:00 2001 From: Hadi Satrio Date: Wed, 18 Sep 2024 22:18:42 +0700 Subject: [PATCH] Differentiate artifact names on basis of the matrices --- .github/workflows/ci.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/ci.yaml b/.github/workflows/ci.yaml index fe72016..5e70c37 100644 --- a/.github/workflows/ci.yaml +++ b/.github/workflows/ci.yaml @@ -37,6 +37,6 @@ jobs: - name: Archive sample HTML report uses: actions/upload-artifact@v4 with: - name: report + name: report_${{ matrix.os }}_${{ matrix.android-gradle-plugin }} path: sample/app/build/reports/ruler/release/report.html retention-days: 7