Skip to content

Commit

Permalink
Finalise github action to build and publish assets to releases
Browse files Browse the repository at this point in the history
  • Loading branch information
Thavarshan committed Aug 22, 2024
1 parent 7d505cd commit 9247d82
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,8 +9,8 @@ jobs:
build:
strategy:
matrix:
os: [macos-latest]
arch: [arm64]
os: [ubuntu-latest, windows-latest, macos-latest]
arch: [x64, arm64]
runs-on: ${{ matrix.os }}

steps:
Expand Down

0 comments on commit 9247d82

Please sign in to comment.