diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index a54c022..3d5ac2a 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -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: