Skip to content

Commit

Permalink
Restructure compilation workflow.
Browse files Browse the repository at this point in the history
  • Loading branch information
vaibhavpandeyvpz committed May 24, 2024
1 parent 3e96040 commit d31e56e
Showing 1 changed file with 3 additions and 5 deletions.
8 changes: 3 additions & 5 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -40,20 +40,18 @@ jobs:
release:
name: Release ${{ matrix.target }}
needs: create-release
runs-on: ${{ matrix.os }}
strategy:
fail-fast: true
matrix:
include:
- os: windows-latest
target: x86_64-pc-windows-gnu
archive: zip
- os: ubuntu-latest
target: x86_64-unknown-linux-musl
archive: tar.gz
- os: macos-latest
target: x86_64-apple-darwin
archive: zip
- os: macos-latest
target: aarch64-apple-darwin
runs-on: ${{ matrix.os }}
steps:
- uses: actions/checkout@v4
with:
Expand Down

0 comments on commit d31e56e

Please sign in to comment.