From bc16b6db5b015d71b95bc27eec5fcac821830ab0 Mon Sep 17 00:00:00 2001 From: Tsiry Sandratraina Date: Thu, 2 Nov 2023 05:18:12 +0000 Subject: [PATCH] ci: update release.yml ci: update release.yml ci: update release.yml ci: update release.yml ci: update release.yml ci: update release.yml ci: update release.yml --- .github/workflows/release.yml | 12 +++++++----- 1 file changed, 7 insertions(+), 5 deletions(-) diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index 7d21801..36643cc 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -5,15 +5,17 @@ on: jobs: build: + name: release runs-on: ubuntu-latest strategy: matrix: + 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 + - extensions: tar.gz + - extensions: tar.gz.sha256 steps: - uses: actions/checkout@v3 - name: Setup Fluent CI