File tree Expand file tree Collapse file tree 1 file changed +2
-5
lines changed
Expand file tree Collapse file tree 1 file changed +2
-5
lines changed Original file line number Diff line number Diff 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
You can’t perform that action at this time.
0 commit comments