Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
  • Loading branch information
BytingBulldogs3539 committed Jan 14, 2024
2 parents 89d0366 + 4dfb9f1 commit 382dbeb
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/dotnet-desktop.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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



Expand Down

0 comments on commit 382dbeb

Please sign in to comment.