Switch Linux bundle from appimage to deb

linuxdeploy-plugin-appimage's "continuous" release on GitHub is broken,
causing every AppImage build to fail. The downloaded binary is actually
an HTML error page. Switch to deb format which doesn't depend on
linuxdeploy at all.

Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
This commit is contained in:
Mohamed Boudra
2026-03-10 23:21:09 +07:00
parent b69bd5271b
commit 6b07555a46

View File

@@ -346,7 +346,7 @@ jobs:
releaseBody: See the assets to download and install this version.
releaseDraft: ${{ env.RELEASE_DRAFT }}
prerelease: false
args: --bundles appimage
args: --bundles deb
- name: Build Linux app (smoke only)
if: env.IS_SMOKE_TAG == 'true'