From 4106dc454e39d1727ac1a9c0b38962f3c22e0ee3 Mon Sep 17 00:00:00 2001 From: Particle_G <38580644+ParticleG@users.noreply.github.com> Date: Fri, 2 Dec 2022 11:50:54 +0800 Subject: [PATCH] Ci fix linux (#796) * - Try fix linux * - Try fix linux * - Fix CC path * - Try fix CC * - Try fix CC * - Remove temporary 'if's --- .github/workflows/main.yml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/.github/workflows/main.yml b/.github/workflows/main.yml index bbf2e2bd..c53ae942 100644 --- a/.github/workflows/main.yml +++ b/.github/workflows/main.yml @@ -353,8 +353,8 @@ jobs: shell: bash run: | cd ./ColdClear - mkdir ./libs - mv ./x64/* ./libs + mkdir -p ./lib/lua/5.1 + mv ./x64/CCloader.so ./lib/lua/5.1 - name: Build Linux packages id: build-packages uses: love-actions/love-actions-linux@v1 @@ -363,7 +363,7 @@ jobs: executable-name: app icon-path: ./.github/build/linux/${{ env.BUILD_TYPE }}/icon.png love-package: ${{ env.CORE_LOVE_PACKAGE_PATH }} - lib-path: ./ColdClear/libs/ + lib-path: ./ColdClear/lib product-name: ${{ steps.process-app-name.outputs.product-name }} output-folder: ${{ env.OUTPUT_FOLDER }} - name: Upload AppImage artifact