Skip to content

Commit

Permalink
Update build.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
shdwmtr committed Jan 4, 2024
1 parent 5cddee8 commit ab24390
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=x64 /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: millennium-installer
path: ${{ github.workspace }}/dist/installer-prod.Release-x64Windows/millennium.exe # Use the new build path
path: ${{ github.workspace }}/dist/installer-prod.Release-x86Windows/Millennium-Installer.exe # Use the new build path

0 comments on commit ab24390

Please sign in to comment.