Skip to content

Commit f35d816

Browse files
authored
Merge pull request #5 from PathOfBuildingCommunity/x64
Build for x64
2 parents 0114069 + 14a0618 commit f35d816

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

.github/workflows/main.yml

+4-4
Original file line numberDiff line numberDiff line change
@@ -5,13 +5,13 @@ jobs:
55
runs-on: windows-latest
66
steps:
77
- name: Checkout
8-
uses: actions/checkout@v2
8+
uses: actions/checkout@v4
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
14-
uses: actions/upload-artifact@v1.0.0
14+
uses: actions/upload-artifact@v3
1515
with:
1616
name: Path of Building.exe
17-
path: '${{ github.workspace }}/Release/Path of Building.exe'
17+
path: '${{ github.workspace }}/x64/Release/Path of Building.exe'

0 commit comments

Comments
 (0)