Skip to content

Commit

Permalink
Update build.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
ShadowMonster99 committed Sep 11, 2023
1 parent 0e45120 commit b695c7b
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@ jobs:
- name: Build Installer
run: |
msbuild /p:Configuration=Release /p:Platform=x86 /p:OutputPath=${{ github.workspace }}/build-output /m installer.sln
msbuild /p:Configuration=Release /p:Platform=x86 /m installer.sln
working-directory: ${{ github.workspace }}

- name: Set MSBuild path
Expand All @@ -46,4 +46,4 @@ jobs:
uses: actions/upload-artifact@v2
with:
name: build-artifacts
path: ${{ github.workspace }}/build-output # Use the new build path
path: ${{ github.workspace }}/dist/installer-prod.Release-x86Windows/millennium.exe # Use the new build path

0 comments on commit b695c7b

Please sign in to comment.