Skip to content

Commit

Permalink
add release for Windows
Browse files Browse the repository at this point in the history
  • Loading branch information
leehuwuj committed Oct 12, 2024
1 parent 484afa6 commit 5e1d979
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -19,6 +19,8 @@ jobs:
args: '--target aarch64-apple-darwin'
- platform: 'macos-latest' # for Intel based macs.
args: '--target x86_64-apple-darwin'
- platform: 'windows-latest'
args: ''

runs-on: ${{ matrix.platform }}
steps:
Expand Down

0 comments on commit 5e1d979

Please sign in to comment.