We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 4f9345e commit 3042d8bCopy full SHA for 3042d8b
.github/workflows/release.yml
@@ -37,12 +37,12 @@ jobs:
37
38
- name: Install Tauri CLI and API
39
run: |
40
- npm install -g @tauri-apps/cli
41
- npm install @tauri-apps/cli @tauri-apps/api @tauri-apps/plugin-fs --save-dev
+ npm install -g @tauri-apps/cli@2.3.1
+ npm install @tauri-apps/api@2.3.1 @tauri-apps/plugin-fs@2.2.0 --save-dev
42
shell: bash
43
44
- name: Run Cross-Platform Build Script
45
- run: node build-desktop.js
+ run: node tauri-build.js
46
47
48
- name: Setup Rust
0 commit comments