From b69ac0221e13cb41b9e1a382d6eb422fb1fdbbb3 Mon Sep 17 00:00:00 2001 From: Sergio Gasquez Date: Thu, 19 Oct 2023 13:50:34 +0200 Subject: [PATCH] ci: Fix x86_64-apple-darwin arch --- .github/workflows/build-x86_64-apple-darwin.yaml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/.github/workflows/build-x86_64-apple-darwin.yaml b/.github/workflows/build-x86_64-apple-darwin.yaml index fbb62ad..d0ceed8 100644 --- a/.github/workflows/build-x86_64-apple-darwin.yaml +++ b/.github/workflows/build-x86_64-apple-darwin.yaml @@ -1,4 +1,4 @@ -name: Xtensa Rust | x86_64-unknown-linux-gnu +name: Xtensa Rust | x86_64-apple-darwin on: workflow_dispatch: inputs: @@ -41,8 +41,8 @@ jobs: os: [macos-x86_64-self-hosted] include: - os: macos-x86_64-self-hosted - ASSET_PATH: "build/dist/rust-nightly-x86_64-unknown-linux-gnu.tar.xz" - ASSET_NAME: "rust-${{ github.event.inputs.release_version }}-x86_64-unknown-linux-gnu.tar.xz" + ASSET_PATH: "build/dist/rust-nightly-x86_64-apple-darwin.tar.xz" + ASSET_NAME: "rust-${{ github.event.inputs.release_version }}-x86_64-apple-darwin.tar.xz" ASSET_CONTENT_TYPE: "application/x-tar" steps: - name: Checkout repository