workflows/test: update Build Installer
Some checks reported warnings
Gitea Actions Demo / Explore-Gitea-Actions (push) Has been cancelled
Test MS build / Build (Release, x64) (push) Has started running

This commit is contained in:
2023-11-20 14:22:56 +01:00
parent d54d92aec0
commit fd3bb88cb1

View File

@ -17,4 +17,4 @@ jobs:
- name: Setup NuGet
uses: nuget/setup-nuget@v1
- name: Build Installer
run: msbuild 'Installer/Installer.sln' /p:configuration=${{ matrix.configuration }} /p:platform=${{ matrix.platform }}
run: msbuild 'Installer/Installer.wixproj' /p:configuration=${{ matrix.configuration }} /p:platform=${{ matrix.platform }}