Skip to content

Commit

Permalink
修复格式问题
Browse files Browse the repository at this point in the history
  • Loading branch information
closehandle committed Aug 20, 2024
1 parent aaecc27 commit d40fbd2
Showing 1 changed file with 6 additions and 4 deletions.
10 changes: 6 additions & 4 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,8 @@ jobs:
steps:
- name: Checkout
uses: actions/checkout@v4
repository: killvxk/llvm-msvc-ex
with:
repository: killvxk/llvm-msvc-ex

- name: MSBuild
uses: microsoft/setup-msbuild@v2
Expand Down Expand Up @@ -48,9 +49,10 @@ jobs:
- name: Final
uses: actions/upload-artifact@v4
name: release
path: release
if-no-files-found: error
with:
name: release
path: release
if-no-files-found: error

concurrency:
group: ${{ github.workflow }}
Expand Down

0 comments on commit d40fbd2

Please sign in to comment.