We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 036cccd commit 14a0618Copy full SHA for 14a0618
.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=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