Appimage builds #28

Merged
piplup55 merged 10 commits from appimage into master 2024-10-26 12:31:37 +00:00
Showing only changes of commit 2c0aa1df9b - Show all commits

View File

@ -23,6 +23,7 @@ env:
RYUJINX_TARGET_RELEASE_CHANNEL_NAME: "master"
RYUJINX_TARGET_RELEASE_CHANNEL_OWNER: "GreemDev"
RYUJINX_TARGET_RELEASE_CHANNEL_REPO: "Ryujinx"
RELEASE=1
jobs:
tag:
@ -166,8 +167,6 @@ jobs:
mv Ryujinx.AppImage.zsync ../release_output/ryujinx-$BUILD_VERSION-$ARCH_NAME.AppImage.zsync
qurious-pixel commented 2024-10-21 21:20:16 +00:00 (Migrated from github.com)
Review

same:

chmod +x distribution/linux/appimage/build-appimage.sh
same: ``` chmod +x distribution/linux/appimage/build-appimage.sh ```
piplup55 commented 2024-10-21 21:40:54 +00:00 (Migrated from github.com)
Review

it should have the exec bit set but it wouldn't hurt to double check it

it should have the exec bit set but it wouldn't hurt to double check it
popd
shell: bash
env:
RELEASE=1
- name: Pushing new release
uses: ncipollo/release-action@v1