fix(ci): drop extra -- that forwarded --bundles to cargo instead of tauri
Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
This commit is contained in:
@@ -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:
|
||||
|
||||
Reference in New Issue
Block a user