Skip to content

Commit

Permalink
Update msbuild.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
Physics365 authored Sep 6, 2024
1 parent d6f76cf commit 1544d9a
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions .github/workflows/msbuild.yml
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,8 @@ jobs:
runs-on: windows-latest

steps:
- uses: actions/checkout@v3
- name: Checkout
uses: actions/checkout@v4.17

- name: Add MSBuild to PATH
uses: microsoft/setup-msbuild@v2
Expand Down Expand Up @@ -48,4 +49,4 @@ jobs:
with:
name: Release-x64
path: .\x64\Release\
if-no-files-found: error
if-no-files-found: error

0 comments on commit 1544d9a

Please sign in to comment.