Tighten Windows desktop smoke loop

This commit is contained in:
Mohamed Boudra
2026-03-10 19:22:54 +07:00
parent 2813f35eb1
commit f09b43eef0
2 changed files with 34 additions and 14 deletions

View File

@@ -432,7 +432,7 @@ jobs:
run: |
set -euo pipefail
app_path="packages/desktop/src-tauri/target/release/Paseo.exe"
if npm run tauri --workspace=@getpaseo/desktop build; then
if npm run tauri --workspace=@getpaseo/desktop build -- --no-bundle; then
exit 0
fi
if [[ -f "$app_path" ]]; then