Fix: GitHub CI windows again
All checks were successful
Deploy Website / deploy (push) Has been skipped

This commit is contained in:
2026-03-01 22:44:00 +01:00
parent cfd7d31d3d
commit eeefb7d54d
3 changed files with 3 additions and 3 deletions

View File

@@ -330,7 +330,7 @@ copy_artifacts() {
# MSI installer for Windows targets
if [[ "$os" == "windows" ]] && command -v cargo-wix &>/dev/null; then
echo " Building MSI installer..."
cargo wix --no-build --nocapture --package cagire -C -p -C x64
cargo wix --no-build --nocapture --package cagire -C -arch -C x64
cp target/wix/*.msi "$OUT/" 2>/dev/null && echo " MSI -> $OUT/" || true
fi