Skip to content

Commit 2ea1d70

Browse files
author
Mohammod Al Amin Ashik
committed
fix: Use pnpm --filter to run Tauri CLI in correct package context
1 parent 913673f commit 2ea1d70

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/e2e-desktop.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -99,7 +99,7 @@ jobs:
9999

100100
- name: Build app (Linux)
101101
if: matrix.os == 'ubuntu-latest'
102-
run: pnpm exec tauri build --bundles deb,rpm,updater
102+
run: pnpm --filter @mcpmux/desktop exec tauri build --bundles deb,rpm,updater
103103
env:
104104
PKG_CONFIG_PATH: /usr/lib/x86_64-linux-gnu/pkgconfig:/usr/lib/pkgconfig:/usr/share/pkgconfig
105105
TAURI_SIGNING_PRIVATE_KEY: ${{ secrets.TAURI_SIGNING_PRIVATE_KEY }}

0 commit comments

Comments
 (0)