mirror of
https://github.com/CompeyDev/lune-packaging.git
synced 2025-01-09 12:19:09 +00:00
feat: add appimage artifacts
This commit is contained in:
parent
7b9e287b59
commit
07e96b3439
1 changed files with 6 additions and 0 deletions
6
.github/workflows/appimage.yaml
vendored
6
.github/workflows/appimage.yaml
vendored
|
@ -39,3 +39,9 @@ jobs:
|
||||||
cd /build
|
cd /build
|
||||||
./pkg2appimage/pkg2appimage lune.yml
|
./pkg2appimage/pkg2appimage lune.yml
|
||||||
mv ./out/lune-*.AppImage ./out/lune-$LUNE_VERSION.glibc2.34-$(uname -m).AppImage
|
mv ./out/lune-*.AppImage ./out/lune-$LUNE_VERSION.glibc2.34-$(uname -m).AppImage
|
||||||
|
|
||||||
|
- name: Upload generated images
|
||||||
|
uses: actions/upload-artifact@v3
|
||||||
|
with:
|
||||||
|
name: lune-0.7.5.glibc2.34-${{ matrix.arch }}.AppImage
|
||||||
|
path: ./out/lune-0.7.5.glibc2.34-${{ matrix.arch }}.AppImage
|
||||||
|
|
Loading…
Reference in a new issue