From 53a3624aefd50cabb172d410d3dfc4998b1e2b28 Mon Sep 17 00:00:00 2001 From: Sergey Stepanov Date: Wed, 7 Feb 2024 12:48:59 +0300 Subject: [PATCH] Upload test frames separately --- .github/workflows/build.yml | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index 159d4a102..da4711d50 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -80,6 +80,5 @@ jobs: - uses: actions/upload-artifact@v4 if: always() with: - name: emulator-test-frames - overwrite: true + name: emulator-test-frames-${{ matrix.os }} path: _rendered/*.png