From 7cfb6e0c1be40465c9305fc4e5892f784c6e4c9c Mon Sep 17 00:00:00 2001 From: Artsiom Trubchyk Date: Tue, 19 Dec 2023 16:43:17 +0300 Subject: [PATCH] Fix CI --- .github/workflows/main.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/main.yml b/.github/workflows/main.yml index c8f8eeb..bcd8e43 100755 --- a/.github/workflows/main.yml +++ b/.github/workflows/main.yml @@ -46,7 +46,7 @@ jobs: BUNDLE_DIR=old-version java -jar bob.jar --email f@b.com --auth 123 --texture-compression true --bundle-output build/bundle/${PLATFORM} --build-report-html "build/bundle/build_report_${BUNDLE_DIR}.html" --platform ${PLATFORM} --architectures ${PLATFORM} --archive --liveupdate yes --variant debug resolve build bundle mv build/liveupdate_output/*.zip "build/bundle/${PLATFORM}/liveupdate_reszip_demo/${RESOURCES_ZIP}" - mv "build/bundle/*.html" "public/" + mv build/bundle/*.html "public/" mv "build/bundle/${PLATFORM}/liveupdate_reszip_demo" "public/${BUNDLE_DIR}" find "public/"