Skip to content

Commit 5e4cd4a

Browse files
fix(ci): use npx @tauri-apps/cli instead of cargo install tauri-cli
1 parent 78aed61 commit 5e4cd4a

1 file changed

Lines changed: 1 addition & 4 deletions

File tree

.github/workflows/release.yml

Lines changed: 1 addition & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -63,12 +63,9 @@ jobs:
6363
working-directory: crates/tauri-app/frontend
6464
run: npm run build
6565

66-
- name: Install Tauri CLI
67-
run: cargo install tauri-cli
68-
6966
- name: Build Tauri app
7067
working-directory: crates/tauri-app
71-
run: cargo tauri build --target ${{ matrix.target }}
68+
run: npx @tauri-apps/cli build --target ${{ matrix.target }}
7269
env:
7370
TAURI_SIGNING_PRIVATE_KEY: ""
7471

0 commit comments

Comments
 (0)