Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

更新了Github Action #5

Merged
merged 11 commits into from
Sep 8, 2024
Merged
Prev Previous commit
Next Next commit
Update msbuild.yml
  • Loading branch information
Physics365 authored Sep 6, 2024
commit 1544d9a927aff7c2286e029f6bd9949dbb9c00a6
5 changes: 3 additions & 2 deletions .github/workflows/msbuild.yml
Original file line number Diff line number Diff line change
@@ -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
@@ -48,4 +49,4 @@ jobs:
with:
name: Release-x64
path: .\x64\Release\
if-no-files-found: error
if-no-files-found: error
Loading