Skip to content

Commit 036cccd

Browse files
authored
Build for x64
1 parent 0114069 commit 036cccd

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/main.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ jobs:
99
- name: Setup MSBuild
1010
uses: microsoft/setup-msbuild@v1
1111
- name: Build EXE
12-
run: 'msbuild PathOfBuilding-Launcher.vcxproj /p:configuration=release /p:platform=win32'
12+
run: 'msbuild PathOfBuilding-Launcher.vcxproj /p:configuration=release /p:platform=x64'
1313
- name: Archive EXE
1414
uses: actions/upload-artifact@v1.0.0
1515
with:

0 commit comments

Comments
 (0)