From 6b07555a468651541c6832acfaed54c39d885ddf Mon Sep 17 00:00:00 2001 From: Mohamed Boudra Date: Tue, 10 Mar 2026 23:21:09 +0700 Subject: [PATCH] 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 --- .github/workflows/desktop-release.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/desktop-release.yml b/.github/workflows/desktop-release.yml index cdb8bbd54..cde9c7738 100644 --- a/.github/workflows/desktop-release.yml +++ b/.github/workflows/desktop-release.yml @@ -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'