mirror of
https://git.eden-emu.dev/eden-emu/eden
synced 2026-04-12 11:38:57 +02:00
AppImage real?
Signed-off-by: swurl <swurl@swurl.xyz>
This commit is contained in:
parent
807397680a
commit
053d68deef
13 changed files with 402 additions and 2 deletions
4
.github/workflows/build.yml
vendored
4
.github/workflows/build.yml
vendored
|
|
@ -164,13 +164,13 @@ jobs:
|
|||
|
||||
- name: Package AppImages
|
||||
run: |
|
||||
./.ci/package-appimage.sh "${{ github.ref_name }}"
|
||||
./AppImage-build-local.sh
|
||||
|
||||
- name: Upload Linux artifacts
|
||||
uses: forgejo/upload-artifact@v4
|
||||
with:
|
||||
name: linux.zip
|
||||
path: artifacts/*
|
||||
path: *.AppImage
|
||||
|
||||
android:
|
||||
runs-on: android
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue