From e43ce9659325a9069faed64351e7d67b041e783b Mon Sep 17 00:00:00 2001 From: MazurDorian Date: Wed, 20 Nov 2024 19:44:07 +0200 Subject: [PATCH] ci: fix artifacts name --- .github/workflows/e2e_tests.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/e2e_tests.yaml b/.github/workflows/e2e_tests.yaml index b368539f..3ae1b7e5 100644 --- a/.github/workflows/e2e_tests.yaml +++ b/.github/workflows/e2e_tests.yaml @@ -166,7 +166,7 @@ jobs: if: ${{ failure() }} uses: actions/upload-artifact@v4 with: - name: android-test-artifacts + name: android-test-artifacts-${{ matrix.api-level }} path: | KeychainExample/artifacts screenrecord.mp4