Skip to content

Commit

Permalink
feat(github): Enable MacOS and Windows binary release assets
Browse files Browse the repository at this point in the history
  • Loading branch information
klausi committed Nov 11, 2022
1 parent bf8bb0d commit 8560ea7
Showing 1 changed file with 7 additions and 1 deletion.
8 changes: 7 additions & 1 deletion .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,13 @@ jobs:
token: ${{ secrets.GITHUB_TOKEN }}

upload-assets:
runs-on: ubuntu-latest
strategy:
matrix:
os:
- ubuntu-latest
- macos-latest
- windows-latest
runs-on: ${{ matrix.os }}
steps:
- uses: actions/checkout@v3
- uses: taiki-e/upload-rust-binary-action@v1
Expand Down

0 comments on commit 8560ea7

Please # to comment.