From e18757bab32cf6c85d83d0f82560e75d8113f61b Mon Sep 17 00:00:00 2001 From: Jamie Pine Date: Sat, 14 Mar 2026 03:04:45 -0700 Subject: [PATCH] Skip AppImage on Linux, build deb/rpm only --- .github/workflows/release.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index 1604690b..71ce96cd 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -23,7 +23,7 @@ jobs: python-version: "3.12" backend: "pytorch" - platform: "ubuntu-22.04" - args: "" + args: "--bundles deb,rpm" python-version: "3.12" backend: "pytorch" - platform: "windows-latest"