Skip to content

Commit fc4e35c

Browse files
chore: update Tauri script command in CI workflow to use pnpm
- Changed the Tauri script command from 'tauri' to 'pnpm' in the build-desktop workflow for consistency with project dependencies.
1 parent 56a33b6 commit fc4e35c

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/build-desktop.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -53,7 +53,7 @@ jobs:
5353
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
5454
with:
5555
projectPath: apps/desktop
56-
tauriScript: tauri
56+
tauriScript: pnpm
5757
args: --bundles app
5858
tagName: v${{ steps.app_version.outputs.version }}
5959
releaseName: MiniFy v${{ steps.app_version.outputs.version }}

0 commit comments

Comments
 (0)