Skip to content

Commit a4c7751

Browse files
committed
- Try fix Linux shared libs
1 parent 29c40c3 commit a4c7751

File tree

1 file changed

+2
-5
lines changed

1 file changed

+2
-5
lines changed

.github/workflows/main.yml

Lines changed: 2 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -354,9 +354,7 @@ jobs:
354354
run: |
355355
cd ./ColdClear
356356
mkdir ./libs
357-
mv ./x64/libcold_clear.so ./libs
358-
mkdir ./shared
359-
mv ./x64/CCloader.so ./shared
357+
mv ./x64/* ./libs
360358
- name: Build Linux packages
361359
id: build-packages
362360
uses: love-actions/love-actions-linux@v1
@@ -365,8 +363,7 @@ jobs:
365363
executable-name: app
366364
icon-path: ./.github/build/linux/${{ env.BUILD_TYPE }}/icon.png
367365
love-package: ${{ env.CORE_LOVE_PACKAGE_PATH }}
368-
libs-path: ./ColdClear/libs/
369-
shared-path: ./ColdClear/shared/
366+
lib-path: ./ColdClear/libs/
370367
product-name: ${{ steps.process-app-name.outputs.product-name }}
371368
output-folder: ${{ env.OUTPUT_FOLDER }}
372369
- name: Upload AppImage artifact

0 commit comments

Comments
 (0)