From 29c3951c77b90f3c2d2e37caa3d9114585b597a2 Mon Sep 17 00:00:00 2001 From: DronCode Date: Thu, 6 Jun 2024 21:32:47 +0300 Subject: [PATCH] Fix CI: add support of 'scripts' folder --- .github/workflows/build.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index 1d068a3..c6e70fc 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -71,6 +71,7 @@ jobs: mv build/Release/imageformats dist/imageformats mv build/Release/iconengines dist/iconengines mv Assets/g1 dist/g1 + mv Assets/scripts dist/scripts mv Assets/TypesRegistry.json dist mv README.md dist