Fix Windows Tauri build command
Some checks failed
Build / build-windows (push) Failing after 11m44s
Codex Template Compliance / template-compliance (push) Successful in 7s

This commit is contained in:
MrSphay
2026-05-04 01:41:55 +02:00
parent 2752c17c09
commit 4eeca6ab5f

View File

@@ -60,7 +60,7 @@ jobs:
run: pnpm install --frozen-lockfile
- name: Build Windows desktop client
run: pnpm --filter @modrinth/app exec tauri build --runner cargo-xwin --target x86_64-pc-windows-msvc --bundles nsis
run: pnpm --filter @modrinth/app exec tauri build --runner cargo-xwin --target x86_64-pc-windows-msvc
- name: Upload Windows desktop client
uses: actions/upload-artifact@v4