Skip to content

Commit 14a0618

Browse files
authored
Fix file path, update actions versions
1 parent 036cccd commit 14a0618

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

.github/workflows/main.yml

+3-3
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
1212
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)