From 322a8ecbdb15d0d5f6aa0c98dbaa4f6d59c32521 Mon Sep 17 00:00:00 2001 From: Tsiry Sandratraina Date: Wed, 1 Nov 2023 08:13:40 +0000 Subject: [PATCH] ci: update build matrix --- .github/workflows/release.yml | 13 ++++++------- 1 file changed, 6 insertions(+), 7 deletions(-) diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index 8d4bb1b..c9b1657 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -8,13 +8,12 @@ jobs: runs-on: ubuntu-latest strategy: matrix: - extensions: - - tar.gz - - tar.gz.sha256 - target: - - x86_64-unknown-linux-gnu - - x86_64-apple-darwin - - aarch64-apple-darwin + include: + - target: + - x86_64-unknown-linux-gnu + - x86_64-apple-darwin + - aarch64-apple-darwin + extensions: tar.gz tar.gz.sha256 steps: - uses: actions/checkout@v3 - uses: denoland/setup-deno@v1