From d27f1fb8113b145dbbb958c7408d39cbf902f832 Mon Sep 17 00:00:00 2001 From: relrelb Date: Sat, 23 Apr 2022 01:56:03 +0300 Subject: [PATCH 1/2] tests: Fix image tests CI was upgraded to use LLVM 14. Rename image tests (currently only color) to match it. --- ...olor-linux-llvmpipe (LLVM 14.0.1, 256 bits).png} | Bin 1 file changed, 0 insertions(+), 0 deletions(-) rename tests/tests/swfs/avm1/color/{color-linux-llvmpipe (LLVM 13.0.0, 256 bits).png => color-linux-llvmpipe (LLVM 14.0.1, 256 bits).png} (100%) diff --git a/tests/tests/swfs/avm1/color/color-linux-llvmpipe (LLVM 13.0.0, 256 bits).png b/tests/tests/swfs/avm1/color/color-linux-llvmpipe (LLVM 14.0.1, 256 bits).png similarity index 100% rename from tests/tests/swfs/avm1/color/color-linux-llvmpipe (LLVM 13.0.0, 256 bits).png rename to tests/tests/swfs/avm1/color/color-linux-llvmpipe (LLVM 14.0.1, 256 bits).png From 052cb401130272a5bdbf3c8f88bd0ec8fe4e128f Mon Sep 17 00:00:00 2001 From: David Wendt Date: Fri, 22 Apr 2022 21:22:25 -0600 Subject: [PATCH 2/2] build: `actions/download-artifact` puts the ZIP file in the root of the project for some reason, breaking the Safari extension --- .github/workflows/release_nightly.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/release_nightly.yml b/.github/workflows/release_nightly.yml index 13f8b9f35c2d..6650ad007ba5 100644 --- a/.github/workflows/release_nightly.yml +++ b/.github/workflows/release_nightly.yml @@ -239,7 +239,7 @@ jobs: mkdir package/Ruffle.app/Contents/PlugIns/Ruffle\ Web.appex/Contents/Resources mkdir package/Ruffle.app/Contents/PlugIns/Ruffle\ Web.appex/Contents/MacOS mv package/ruffle_web_safari package/Ruffle.app/Contents/PlugIns/Ruffle\ Web.appex/Contents/MacOS/ruffle_web_safari - cp ./web/packages/extension/dist/ruffle_extension.zip package/Ruffle.app/Contents/PlugIns/Ruffle\ Web.appex/Contents/Resources + cp ruffle_extension.zip package/Ruffle.app/Contents/PlugIns/Ruffle\ Web.appex/Contents/Resources cd package/Ruffle.app/Contents/PlugIns/Ruffle\ Web.appex/Contents/Resources unzip ruffle_extension.zip rm ruffle_extension.zip