mirror of
https://github.com/isledecomp/isle-portable.git
synced 2026-02-03 12:31:15 +00:00
Update testing.yml
This commit is contained in:
parent
78df04cd28
commit
603c1a2d10
24
.github/workflows/testing.yml
vendored
24
.github/workflows/testing.yml
vendored
@ -53,21 +53,22 @@ jobs:
|
||||
if: ${{ matrix.linux }}
|
||||
uses: miurahr/install-linuxdeploy-action@v1.8.0
|
||||
with:
|
||||
plugins: qt
|
||||
plugins: qt appimage
|
||||
|
||||
- name: Package (AppImage)
|
||||
if: ${{ matrix.linux }}
|
||||
run: |
|
||||
export LD_LIBRARY_PATH=".:$LD_LIBRARY_PATH" && NO_STRIP=1 ${{ steps.install-linuxdeploy.outputs.linuxdeploy }} \
|
||||
--plugin qt \
|
||||
-e build/isle \
|
||||
-e build/isle-config \
|
||||
-l build/liblego1.so \
|
||||
-d build/packaging/linux/org.legoisland.Isle.desktop \
|
||||
-i build/icons/@APP_ID@.svg \
|
||||
--custom-apprun=/packaging/linux/appimage/AppRun \
|
||||
--appdir build/packaging/linux/appimage/AppDir \
|
||||
--output "dist/isle-$(uname -m).AppImage"
|
||||
cd build && \
|
||||
export LD_LIBRARY_PATH=".:$LD_LIBRARY_PATH" && \
|
||||
NO_STRIP=1 ${{ steps.install-linuxdeploy.outputs.linuxdeploy }} \
|
||||
-p qt \
|
||||
-e isle \
|
||||
-e isle-config \
|
||||
-d packaging/linux/org.legoisland.Isle.desktop \
|
||||
-i icons/@APP_ID@.svg \
|
||||
--custom-apprun=../packaging/linux/appimage/AppRun \
|
||||
--appdir packaging/linux/appimage/AppDir \
|
||||
--output appimage
|
||||
|
||||
- name: Upload Artifact
|
||||
uses: actions/upload-artifact@main
|
||||
@ -75,6 +76,7 @@ jobs:
|
||||
name: Release-${{ matrix.name }}
|
||||
path: |
|
||||
build/dist/isle-*
|
||||
build/*.AppImage
|
||||
|
||||
release:
|
||||
name: 'Release'
|
||||
|
||||
Loading…
Reference in New Issue
Block a user