Skip to content

Commit

Permalink
chore(github): add features on realease gh action
Browse files Browse the repository at this point in the history
  • Loading branch information
pnwatin committed Sep 13, 2023
1 parent c5c7ef3 commit 1c70641
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -23,14 +23,19 @@ jobs:
include:
- target: aarch64-unknown-linux-gnu
os: ubuntu-latest
features: stations
- target: aarch64-apple-darwin
os: macos-latest
features: stations
- target: x86_64-unknown-linux-gnu
os: ubuntu-latest
features: stations
- target: x86_64-apple-darwin
os: macos-latest
features: stations
- target: universal-apple-darwin
os: macos-latest
features: stations
runs-on: ${{ matrix.os }}
steps:
- uses: actions/checkout@v3
Expand All @@ -39,4 +44,5 @@ jobs:
bin: e57-to-las
tar: unix
zip: all
features: ${{ matrix.features || '' }}
token: ${{ secrets.GITHUB_TOKEN }}

0 comments on commit 1c70641

Please sign in to comment.