From 4dfb9f117c483e7bc2a79d5af9c01f78cf3dfec4 Mon Sep 17 00:00:00 2001 From: Programmers3539 Date: Sat, 13 Jan 2024 23:16:20 -0500 Subject: [PATCH] Update dotnet-desktop.yml --- .github/workflows/dotnet-desktop.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/dotnet-desktop.yml b/.github/workflows/dotnet-desktop.yml index 3765054..2292cbd 100644 --- a/.github/workflows/dotnet-desktop.yml +++ b/.github/workflows/dotnet-desktop.yml @@ -79,12 +79,12 @@ jobs: uses: seanmiddleditch/gha-setup-vsdevenv@v4 - name: Build installer - run: devenv.com ${{github.workspace}}\Motion-Profile-Mapper\Motion-Profile-Mapper-Installer\Motion-Profile-Mapper-Installer.vdproj /build "Release|Any CPU" + run: devenv.com ${{github.workspace}}\Motion-Profile-Mapper\Motion-Profile-Mapper-Installer\Motion-Profile-Mapper-Installer.vdproj /build "${{ matrix.configuration }}|Any CPU" - uses: actions/upload-artifact@v4 with: name: Motion-Profiler-Installer.msi - path: ${{github.workspace}}\Motion-Profile-Mapper\Motion-Profile-Mapper-Installer\Release\Motion-Profiler-Installer.msi + path: ${{github.workspace}}\Motion-Profile-Mapper\Motion-Profile-Mapper-Installer\${{ matrix.configuration }}\Motion-Profiler-Installer.msi