Skip to content

Commit

Permalink
👷 Update msbuild actions version
Browse files Browse the repository at this point in the history
  • Loading branch information
47PADO47 committed Feb 20, 2024
1 parent 4504f0e commit 7bbbfc7
Showing 1 changed file with 3 additions and 4 deletions.
7 changes: 3 additions & 4 deletions .github/workflows/msbuild.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,10 +18,10 @@ jobs:
runs-on: windows-latest

steps:
- uses: actions/checkout@v3
- uses: actions/checkout@v4

- name: Add MSBuild to PATH
uses: microsoft/setup-msbuild@v1.3.1
uses: microsoft/setup-msbuild@v2

- name: Restore NuGet packages
working-directory: ${{env.GITHUB_WORKSPACE}}
Expand All @@ -32,9 +32,8 @@ jobs:
run: msbuild /m /p:Configuration=${{env.BUILD_CONFIGURATION}} ${{env.SOLUTION_FILE_PATH}}

- name: Upload Release Artifact
uses: actions/upload-artifact@v3
uses: actions/upload-artifact@v4
with:
name: Release
path: ${{env.SOLUTION_FILE_PATH}}/x64/Release
if-no-files-found: warn
retention-days: 60

0 comments on commit 7bbbfc7

Please sign in to comment.