Skip to content

Commit

Permalink
Merge pull request #5 from PathOfBuildingCommunity/x64
Browse files Browse the repository at this point in the history
Build for x64
  • Loading branch information
Wires77 authored Sep 26, 2023
2 parents 0114069 + 14a0618 commit f35d816
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -5,13 +5,13 @@ jobs:
runs-on: windows-latest
steps:
- name: Checkout
uses: actions/checkout@v2
uses: actions/checkout@v4
- name: Setup MSBuild
uses: microsoft/setup-msbuild@v1
- name: Build EXE
run: 'msbuild PathOfBuilding-Launcher.vcxproj /p:configuration=release /p:platform=win32'
run: 'msbuild PathOfBuilding-Launcher.vcxproj /p:configuration=release /p:platform=x64'
- name: Archive EXE
uses: actions/upload-artifact@v1.0.0
uses: actions/upload-artifact@v3
with:
name: Path of Building.exe
path: '${{ github.workspace }}/Release/Path of Building.exe'
path: '${{ github.workspace }}/x64/Release/Path of Building.exe'

0 comments on commit f35d816

Please sign in to comment.