Skip to content

Commit

Permalink
Fix file path, update actions versions
Browse files Browse the repository at this point in the history
  • Loading branch information
Wires77 committed Sep 17, 2023
1 parent 036cccd commit 14a0618
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -5,13 +5,13 @@ jobs:
runs-on: windows-latest
steps:
- name: Checkout
uses: actions/checkout@v2
uses: actions/checkout@v4
- name: Setup MSBuild
uses: microsoft/setup-msbuild@v1
- name: Build EXE
run: 'msbuild PathOfBuilding-Launcher.vcxproj /p:configuration=release /p:platform=x64'
- name: Archive EXE
uses: actions/upload-artifact@v1.0.0
uses: actions/upload-artifact@v3
with:
name: Path of Building.exe
path: '${{ github.workspace }}/Release/Path of Building.exe'
path: '${{ github.workspace }}/x64/Release/Path of Building.exe'

0 comments on commit 14a0618

Please sign in to comment.