fix(ci): drop extra -- that forwarded --bundles to cargo instead of tauri
Build Lotus Chat Desktop / build-windows (push) Has been cancelled
Build Lotus Chat Desktop / update-manifest (push) Has been cancelled
Build Lotus Chat Desktop / build-linux (push) Has been cancelled

Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
This commit is contained in:
2026-06-09 21:11:37 -04:00
parent e009af0575
commit 4288eb2c02
+1 -1
View File
@@ -120,7 +120,7 @@ jobs:
NODE_OPTIONS: '--max_old_space_size=4096'
# AppImage requires downloading AppRun from GitHub which times out in this runner.
# Build deb only; AppImage can be re-enabled once network access to GitHub is confirmed.
run: npm run tauri -- build -- --bundles deb
run: npm run tauri -- build --bundles deb
- name: Upload to release
env: