From 0281d28a72df81b88c50a809e22b0f8740c2c63d Mon Sep 17 00:00:00 2001 From: ParticleG Date: Thu, 31 Oct 2024 10:51:56 +0800 Subject: [PATCH] - Use compatible version --- .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 f6e8ba44..953a894d 100644 --- a/.github/workflows/main.yml +++ b/.github/workflows/main.yml @@ -436,7 +436,7 @@ jobs: name: ${{ env.CORE_LOVE_ARTIFACT_NAME }} - name: Build web packages run: | - npx love.js ${{ env.CORE_LOVE_PACKAGE_PATH }} ${{ env.OUTPUT_FOLDER }} -t "${{ needs.get-info.outputs.app-name }}" -m ${{ env.MEMORY_LIMIT }} + npx love.js ${{ env.CORE_LOVE_PACKAGE_PATH }} ${{ env.OUTPUT_FOLDER }} -t "${{ needs.get-info.outputs.app-name }}" -m ${{ env.MEMORY_LIMIT }} -c - name: Move assets run: | mv ./.github/build/web/${{ env.BUILD_TYPE }}/* ${{ env.OUTPUT_FOLDER }}