From 1c70641a15323d322612dca9ed2c86bad0df9afa Mon Sep 17 00:00:00 2001 From: Nicolas Date: Wed, 13 Sep 2023 15:48:25 +0200 Subject: [PATCH] chore(github): add features on realease gh action --- .github/workflows/release.yml | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index ef55120..918c390 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -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 @@ -39,4 +44,5 @@ jobs: bin: e57-to-las tar: unix zip: all + features: ${{ matrix.features || '' }} token: ${{ secrets.GITHUB_TOKEN }}