From fd3bb88cb110d566172a01cb62a9a0b4e92225ec Mon Sep 17 00:00:00 2001 From: Lorenz Stechauner Date: Mon, 20 Nov 2023 14:22:56 +0100 Subject: [PATCH] workflows/test: update Build Installer --- .gitea/workflows/test.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.gitea/workflows/test.yaml b/.gitea/workflows/test.yaml index c55f1c2..75cd5f3 100644 --- a/.gitea/workflows/test.yaml +++ b/.gitea/workflows/test.yaml @@ -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 }}