From 4439c4aeb002dd637fcfc1e90c134d544db0a01d Mon Sep 17 00:00:00 2001 From: Sergio Gasquez Date: Mon, 26 Sep 2022 15:34:59 +0200 Subject: [PATCH] =?UTF-8?q?ci:=20=E2=9A=A1=EF=B8=8F=20Update=20binary=5Fna?= =?UTF-8?q?me?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .github/workflows/cd.yaml | 12 +----------- 1 file changed, 1 insertion(+), 11 deletions(-) diff --git a/.github/workflows/cd.yaml b/.github/workflows/cd.yaml index 3b2d78d..777e844 100644 --- a/.github/workflows/cd.yaml +++ b/.github/workflows/cd.yaml @@ -16,29 +16,19 @@ jobs: matrix: job: - os: macos-latest - os-name: macos target: x86_64-apple-darwin - architecture: x86_64 binary-postfix: "" - os: ubuntu-latest - os-name: linux target: x86_64-unknown-linux-gnu - architecture: x86_64 binary-postfix: "" - os: windows-latest - os-name: windows target: x86_64-pc-windows-msvc - architecture: x86_64 binary-postfix: ".exe" - os: ubuntu-latest - os-name: linux target: aarch64-unknown-linux-gnu - architecture: arm64 binary-postfix: "" - os: macos-latest - os-name: macos target: aarch64-apple-darwin - architecture: arm64 binary-postfix: "" steps: - name: Checkout repository @@ -78,7 +68,7 @@ jobs: "$GCC_PREFIX"strip $BINARY_NAME ########## create tar.gz ########## - RELEASE_NAME=espup-${GITHUB_REF/refs\/tags\//}-${{ matrix.job.os-name }}-${{ matrix.job.architecture }} + RELEASE_NAME=espup-${{ matrix.job.target }} tar czvf $RELEASE_NAME.tar.gz $BINARY_NAME ########## create sha256 ##########