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"
|
$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:
|
||||||
|
|||||||
Reference in New Issue
Block a user