fix: use powershell instead of pwsh for Windows runner
Release Desktop Apps / build-windows (push) Failing after 3h0m34s
Release Desktop Apps / build-linux (push) Has been cancelled
Release Desktop Apps / release (push) Has been cancelled

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