We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 489dab8 commit 8a57aeaCopy full SHA for 8a57aea
.github/workflows/tauri-release.yml
@@ -37,18 +37,7 @@ jobs:
37
38
# Build with Tauri CLI v2
39
- name: Install Tauri CLI
40
- run: |
41
- curl -L --proto '=https' --tlsv1.2 -sSf https://raw.githubusercontent.com/cargo-bins/cargo-binstall/main/install-from-binstall-release.sh | bash
42
- cargo binstall tauri-cli --version "^2.0.0" -y
43
- env:
44
- GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
45
-
46
- - name: Debug - list files
47
48
- echo "Root directory:"
49
- ls -la
50
- echo "src-tauri directory:"
51
- ls -la src-tauri/
+ run: cargo install tauri-cli --version "^2.0.0" --locked
52
53
- name: Build Tauri app
54
run: cargo tauri build
0 commit comments