Ci fix linux (#796)
* - Try fix linux * - Try fix linux * - Fix CC path * - Try fix CC * - Try fix CC * - Remove temporary 'if's
This commit is contained in:
6
.github/workflows/main.yml
vendored
6
.github/workflows/main.yml
vendored
@@ -353,8 +353,8 @@ jobs:
|
|||||||
shell: bash
|
shell: bash
|
||||||
run: |
|
run: |
|
||||||
cd ./ColdClear
|
cd ./ColdClear
|
||||||
mkdir ./libs
|
mkdir -p ./lib/lua/5.1
|
||||||
mv ./x64/* ./libs
|
mv ./x64/CCloader.so ./lib/lua/5.1
|
||||||
- name: Build Linux packages
|
- name: Build Linux packages
|
||||||
id: build-packages
|
id: build-packages
|
||||||
uses: love-actions/love-actions-linux@v1
|
uses: love-actions/love-actions-linux@v1
|
||||||
@@ -363,7 +363,7 @@ jobs:
|
|||||||
executable-name: app
|
executable-name: app
|
||||||
icon-path: ./.github/build/linux/${{ env.BUILD_TYPE }}/icon.png
|
icon-path: ./.github/build/linux/${{ env.BUILD_TYPE }}/icon.png
|
||||||
love-package: ${{ env.CORE_LOVE_PACKAGE_PATH }}
|
love-package: ${{ env.CORE_LOVE_PACKAGE_PATH }}
|
||||||
lib-path: ./ColdClear/libs/
|
lib-path: ./ColdClear/lib
|
||||||
product-name: ${{ steps.process-app-name.outputs.product-name }}
|
product-name: ${{ steps.process-app-name.outputs.product-name }}
|
||||||
output-folder: ${{ env.OUTPUT_FOLDER }}
|
output-folder: ${{ env.OUTPUT_FOLDER }}
|
||||||
- name: Upload AppImage artifact
|
- name: Upload AppImage artifact
|
||||||
|
|||||||
Reference in New Issue
Block a user