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 d4c778f commit c350bfeCopy full SHA for c350bfe
.github/workflows/release.yml
@@ -42,13 +42,7 @@ jobs:
42
- name: Install Dependencies
43
run: npm install
44
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
+
52
- name: Run Cross-Platform Build Script
53
run: node build-desktop.js
54
0 commit comments