Fix: Github CI fix again (windows msi with wix) && autonomous msi workflow
All checks were successful
Deploy Website / deploy (push) Has been skipped

This commit is contained in:
2026-03-01 22:09:59 +01:00
parent e9f5d8bb6d
commit cfd7d31d3d
3 changed files with 34 additions and 2 deletions

View File

@@ -149,7 +149,7 @@ jobs:
- name: Build MSI installer (Windows)
if: runner.os == 'Windows'
run: cargo wix --no-build --nocapture -C -p -C x64
run: cargo wix --no-build --nocapture --package cagire -C -p -C x64
- name: Upload MSI installer (Windows)
if: runner.os == 'Windows'