We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 0114069 + 14a0618 commit f35d816Copy full SHA for f35d816
.github/workflows/main.yml
@@ -5,13 +5,13 @@ jobs:
5
runs-on: windows-latest
6
steps:
7
- name: Checkout
8
- uses: actions/checkout@v2
+ uses: actions/checkout@v4
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
+ uses: actions/upload-artifact@v3
15
with:
16
name: Path of Building.exe
17
- path: '${{ github.workspace }}/Release/Path of Building.exe'
+ path: '${{ github.workspace }}/x64/Release/Path of Building.exe'
0 commit comments