Use npm tauri on wiindows
This commit is contained in:
9
.github/workflows/build-and-upload.yml
vendored
9
.github/workflows/build-and-upload.yml
vendored
@@ -276,14 +276,6 @@ jobs:
|
||||
- name: Setup Rust (Tauri)
|
||||
uses: dtolnay/rust-toolchain@stable
|
||||
|
||||
- name: Install cargo-binstall
|
||||
run: curl -L https://raw.githubusercontent.com/cargo-bins/cargo-binstall/main/install-from-binstall-release.ps1 | pwsh -Command -
|
||||
shell: pwsh
|
||||
|
||||
- name: Install tauri-cli
|
||||
run: cargo install tauri-cli --version 2.5.4 --locked
|
||||
shell: bash
|
||||
|
||||
- name: Set workspace versions
|
||||
run: npm version ${{ env.VERSION }} --workspaces --include-workspace-root --no-git-tag-version --allow-same-version
|
||||
shell: bash
|
||||
@@ -339,7 +331,6 @@ jobs:
|
||||
uses: dtolnay/rust-toolchain@stable
|
||||
|
||||
- name: Set workspace versions
|
||||
|
||||
run: npm version ${VERSION} --workspaces --include-workspace-root --no-git-tag-version --allow-same-version
|
||||
|
||||
- name: Install dependencies
|
||||
|
||||
Reference in New Issue
Block a user