mirror of
https://github.com/getpaseo/paseo.git
synced 2026-07-29 12:01:31 +00:00
Tighten Windows desktop smoke loop
This commit is contained in:
2
.github/workflows/desktop-release.yml
vendored
2
.github/workflows/desktop-release.yml
vendored
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user