Fix Windows workflow issues(#5694)
* Fix Windows Tauri build * Bump trusted signing cli * Retry Windows signing auth * Fix Windows signing script path * Avoid clearing Azure signing session
This commit is contained in:
parent
ac8973c493
commit
d01fed4c5a
4 changed files with 70 additions and 7 deletions
2
.github/workflows/release-desktop.yml
vendored
2
.github/workflows/release-desktop.yml
vendored
|
|
@ -551,7 +551,7 @@ jobs:
|
|||
- name: Install trusted-signing-cli
|
||||
if: matrix.platform == 'windows-latest'
|
||||
run: |
|
||||
cargo install trusted-signing-cli --version 0.9.0 --locked
|
||||
cargo install trusted-signing-cli --version 0.10.0 --locked
|
||||
echo "$env:USERPROFILE\.cargo\bin" | Out-File -FilePath $env:GITHUB_PATH -Encoding utf8 -Append
|
||||
|
||||
# ── Windows: verify signing CLI is accessible ──
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue