- Try fix Linux shared libs
This commit is contained in:
7
.github/workflows/main.yml
vendored
7
.github/workflows/main.yml
vendored
@@ -354,9 +354,7 @@ jobs:
|
|||||||
run: |
|
run: |
|
||||||
cd ./ColdClear
|
cd ./ColdClear
|
||||||
mkdir ./libs
|
mkdir ./libs
|
||||||
mv ./x64/libcold_clear.so ./libs
|
mv ./x64/* ./libs
|
||||||
mkdir ./shared
|
|
||||||
mv ./x64/CCloader.so ./shared
|
|
||||||
- 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
|
||||||
@@ -365,8 +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 }}
|
||||||
libs-path: ./ColdClear/libs/
|
lib-path: ./ColdClear/libs/
|
||||||
shared-path: ./ColdClear/shared/
|
|
||||||
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