Skip to content

Commit

Permalink
Update msbuild.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
keyboardcrash32 authored Jul 10, 2024
1 parent dc122cc commit 8eaa71c
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions .github/workflows/msbuild.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,8 +11,6 @@ env:
SOLUTION_FILE_PATH: ./msvc/

# Configuration type to build.
# You can convert this to a build matrix if you need coverage of multiple configuration types.
# https://docs.github.com/actions/learn-github-actions/managing-complex-workflows#using-a-build-matrix
BUILD_CONFIGURATION: Release

permissions:
Expand Down Expand Up @@ -42,4 +40,4 @@ jobs:
uses: actions/upload-artifact@v3
with:
name: wartooldev
path: ./src/Release
path: ./src/Release/windows-latest.zip

0 comments on commit 8eaa71c

Please sign in to comment.