Skip to content

Commit

Permalink
Build for x64
Browse files Browse the repository at this point in the history
  • Loading branch information
Wires77 authored Sep 17, 2023
1 parent 0114069 commit 036cccd
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ jobs:
- 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
with:
Expand Down

0 comments on commit 036cccd

Please sign in to comment.