fix(desktop): implement bearer token auth for windows webview2
Release Desktop Apps / build-linux (push) Successful in 2m49s
Release Desktop Apps / release (push) Has been cancelled
Release Desktop Apps / build-windows (push) Has been cancelled

This commit is contained in:
2026-07-16 14:30:28 -04:00
parent f4f6e8560b
commit 92be2a30d1
2 changed files with 43 additions and 10 deletions
+3 -6
View File
@@ -61,13 +61,10 @@ jobs:
rustc --version
shell: cmd
- name: Cache Rust target and registry
uses: actions/cache@v3
uses: Swatinem/rust-cache@v2
with:
path: |
~/.cargo/registry
~/.cargo/git
web/src-tauri/target
key: ${{ runner.os }}-cargo-${{ hashFiles('web/src-tauri/Cargo.lock') }}
workspaces: |
web/src-tauri
- name: Build frontend
run: cd web && npm ci && npm run build
shell: cmd