fix: use powershell instead of pwsh for Windows runner

This commit is contained in:
2026-07-07 19:18:33 +00:00
parent c83319ba37
commit 83eb6ea2f7
+2 -2
View File
@@ -43,12 +43,12 @@ jobs:
$env:Path += ";$env:USERPROFILE\.cargo\bin"
}
rustc --version
shell: pwsh
shell: powershell
- name: Build frontend
run: cd web; npm ci; npm run build
- name: Build Tauri bundles
run: cd web; $env:Path += ";$env:USERPROFILE\.cargo\bin"; npx tauri build
shell: pwsh
shell: powershell
- name: Upload artifacts
uses: actions/upload-artifact@v4
with: