Skip to content

Commit

Permalink
fix(ci): downgrade tauri-cli
Browse files Browse the repository at this point in the history
  • Loading branch information
yetone committed May 30, 2024
1 parent 5b4ac68 commit 1078d1f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/release.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -153,7 +153,7 @@ jobs:
path: dist/tauri

- name: Install Cargo Tauri for info
run: cargo install tauri-cli --version "=2.0.0-beta.19" --locked
run: cargo install tauri-cli --version "=2.0.0-beta.13" --locked

- name: Tauri info
run: cargo tauri info
Expand Down

0 comments on commit 1078d1f

Please sign in to comment.