We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 0114069 commit 036cccdCopy full SHA for 036cccd
.github/workflows/main.yml
@@ -9,7 +9,7 @@ jobs:
9
- name: Setup MSBuild
10
uses: microsoft/setup-msbuild@v1
11
- name: Build EXE
12
- run: 'msbuild PathOfBuilding-Launcher.vcxproj /p:configuration=release /p:platform=win32'
+ run: 'msbuild PathOfBuilding-Launcher.vcxproj /p:configuration=release /p:platform=x64'
13
- name: Archive EXE
14
uses: actions/upload-artifact@v1.0.0
15
with:
0 commit comments