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