fix: use powershell instead of pwsh for Windows runner
This commit is contained in:
@@ -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:
|
||||
|
||||
Reference in New Issue
Block a user