fix: skip linux AppImage bundling

This commit is contained in:
Benjamin Shafii
2026-01-20 00:40:49 -08:00
parent 24eaf58447
commit 7a44b65fd5
2 changed files with 2 additions and 2 deletions

View File

@@ -97,7 +97,7 @@ jobs:
- platform: ubuntu-22.04
os_type: linux
target: x86_64-unknown-linux-gnu
args: "--target x86_64-unknown-linux-gnu --bundles appimage,deb"
args: "--target x86_64-unknown-linux-gnu --bundles deb"
- platform: windows-2022
os_type: windows
target: x86_64-pc-windows-msvc

View File

@@ -141,7 +141,7 @@ jobs:
- platform: ubuntu-22.04
os_type: linux
target: x86_64-unknown-linux-gnu
args: "--target x86_64-unknown-linux-gnu --bundles appimage,deb"
args: "--target x86_64-unknown-linux-gnu --bundles deb"
- platform: windows-2022
os_type: windows
target: x86_64-pc-windows-msvc