From d6ceaad2205fcf9e8517ebb5212bb51b76c9403b Mon Sep 17 00:00:00 2001 From: Sergey Stepanov Date: Wed, 7 Feb 2024 12:39:17 +0300 Subject: [PATCH] Enable overwrite for the upload-artifact action --- .github/workflows/build.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index c66984d4b..159d4a102 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -81,4 +81,5 @@ jobs: if: always() with: name: emulator-test-frames + overwrite: true path: _rendered/*.png