Skip to content

Commit

Permalink
feat:add win release
Browse files Browse the repository at this point in the history
  • Loading branch information
chenxuan520 committed Nov 14, 2024
1 parent a784fa5 commit 0a74bb7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ jobs:
build:
strategy:
matrix: # 会分开成两个任务分别执行
os: [ubuntu-latest, macos-latest]
os: [ubuntu-latest, macos-latest, windows-latest]
runs-on: ${{ matrix.os }}
steps:
- name: Checkout code #这部分是为了从github自动clone代码
Expand Down

0 comments on commit 0a74bb7

Please sign in to comment.