fix: part 2: Resolve AppImage CI failures in Stable and Canary

This was done by adding the -n flag when running appimagetool.
Fix suggested by `settyness` on Discord.
This commit is contained in:
GreemDev
2025-08-24 15:44:38 -05:00
parent 5fa82bb1f5
commit cd3c614021
2 changed files with 40 additions and 44 deletions

View File

@@ -102,12 +102,10 @@ jobs:
chmod +x Ryujinx.sh Ryujinx
tar -czvf ../release_output/ryujinx-canary-${{ steps.version_info.outputs.build_version }}-${{ matrix.platform.zip_os_name }}.tar.gz ../publish
popd
gli --access-token=${{ secrets.GITLAB_TOKEN }} --project=ryubing/canary --command=UploadGenericPackage "Ryubing-Canary|${{ steps.version_info.outputs.build_version }}|release_output/ryujinx-canary-${{ steps.version_info.outputs.build_version }}-${{ matrix.platform.zip_os_name }}.tar.gz"
shell: bash
# If anyone wants to look into why appimagetool randomly errors with exit code 8, that would be cool
- name: Build AppImage (Linux)
if: matrix.platform.os == 'ubuntu-latest'
run: |