From aeb372f410f2816564d6b9a288d04d76337989a9 Mon Sep 17 00:00:00 2001 From: Loudbook Date: Mon, 7 Oct 2024 19:32:07 -0400 Subject: [PATCH] Update bundle.yml --- .github/workflows/bundle.yml | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-) diff --git a/.github/workflows/bundle.yml b/.github/workflows/bundle.yml index 8b45dc2..8d2ea6c 100644 --- a/.github/workflows/bundle.yml +++ b/.github/workflows/bundle.yml @@ -12,16 +12,17 @@ jobs: strategy: matrix: os: [windows-latest, macos-latest] - build_type: [Release, RelWithDebInfo] steps: - uses: actions/checkout@v4 - name: Install Packages - run: npm i + run: | + npm i + npm install -g pnpm - name: Run Tauri Build - run: npm run tauri build + run: pnpm tauri build - name: Tree run: tree