Skip to content

Commit 3042d8b

Browse files
fix: fix build script
1 parent 4f9345e commit 3042d8b

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

.github/workflows/release.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -37,12 +37,12 @@ jobs:
3737

3838
- name: Install Tauri CLI and API
3939
run: |
40-
npm install -g @tauri-apps/cli
41-
npm install @tauri-apps/cli @tauri-apps/api @tauri-apps/plugin-fs --save-dev
40+
npm install -g @tauri-apps/cli@2.3.1
41+
npm install @tauri-apps/api@2.3.1 @tauri-apps/plugin-fs@2.2.0 --save-dev
4242
shell: bash
4343

4444
- name: Run Cross-Platform Build Script
45-
run: node build-desktop.js
45+
run: node tauri-build.js
4646
shell: bash
4747

4848
- name: Setup Rust

0 commit comments

Comments
 (0)