Skip to content

Commit c350bfe

Browse files
fix: resolve version mismatch
1 parent d4c778f commit c350bfe

File tree

1 file changed

+1
-7
lines changed

1 file changed

+1
-7
lines changed

.github/workflows/release.yml

Lines changed: 1 addition & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -42,13 +42,7 @@ jobs:
4242
- name: Install Dependencies
4343
run: npm install
4444
shell: bash
45-
46-
- name: Install Tauri CLI and API
47-
run: |
48-
npm install -g @tauri-apps/cli
49-
npm install @tauri-apps/cli @tauri-apps/api @tauri-apps/plugin-fs --save-dev
50-
shell: bash
51-
45+
5246
- name: Run Cross-Platform Build Script
5347
run: node build-desktop.js
5448
shell: bash

0 commit comments

Comments
 (0)