Fix desktop release runtime bundling

This commit is contained in:
Mohamed Boudra
2026-03-10 11:41:49 +07:00
parent cc45c3772f
commit f3acdedfb1
4 changed files with 35 additions and 8 deletions

View File

@@ -92,6 +92,12 @@ jobs:
- name: Build web app for Tauri
run: npm run build:web --workspace=@getpaseo/app
- name: Build managed runtime for macOS
run: npm run prepare:managed-runtime --workspace=@getpaseo/desktop
- name: Smoke check managed runtime for macOS
run: npm run smoke:managed-daemon --workspace=@getpaseo/desktop
- name: Set desktop version from tag
shell: bash
run: |
@@ -220,6 +226,12 @@ jobs:
- name: Build web app for Tauri
run: npm run build:web --workspace=@getpaseo/app
- name: Build managed runtime for Linux
run: npm run prepare:managed-runtime --workspace=@getpaseo/desktop
- name: Smoke check managed runtime for Linux
run: npm run smoke:managed-daemon --workspace=@getpaseo/desktop
- name: Set desktop version from tag
shell: bash
run: |
@@ -337,6 +349,12 @@ jobs:
- name: Build web app for Tauri
run: npm run build:web --workspace=@getpaseo/app
- name: Build managed runtime for Windows
run: npm run prepare:managed-runtime --workspace=@getpaseo/desktop
- name: Smoke check managed runtime for Windows
run: npm run smoke:managed-daemon --workspace=@getpaseo/desktop
- name: Set desktop version from tag
shell: bash
run: |