diff --git a/.gitea/workflows/release.yml b/.gitea/workflows/release.yml index 1642088..d32e9f2 100644 --- a/.gitea/workflows/release.yml +++ b/.gitea/workflows/release.yml @@ -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: