From c0beab605ff23e7747e56e30fd5234c35b37599e Mon Sep 17 00:00:00 2001 From: heqingpan Date: Mon, 13 May 2024 01:38:30 +0800 Subject: [PATCH] =?UTF-8?q?=E8=B0=83=E6=95=B4release=20action=E4=BB=A5?= =?UTF-8?q?=E6=94=AF=E6=8C=81MacOS=20arm64=E5=AE=89=E8=A3=85=E5=8C=85=20#7?= =?UTF-8?q?7?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .github/workflows/release.yml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index 392cfcdd..3c42826d 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -24,7 +24,7 @@ jobs: - x86_64-pc-windows-msvc - i686-pc-windows-msvc - aarch64-pc-windows-msvc - - arm64-apple-darwin + - aarch64-apple-darwin include: - target: x86_64-unknown-linux-musl os: ubuntu-latest @@ -41,9 +41,9 @@ jobs: - target: aarch64-pc-windows-msvc os: windows-latest name: rnacos-aarch64-pc-windows-msvc.zip - - target: arm64-apple-darwin + - target: aarch64-apple-darwin os: macos-latest - name: rnacos-arm64-apple-darwin.tar.gz + name: rnacos-aarch64-apple-darwin.tar.gz runs-on: ${{ matrix.os }} steps: # Largely inspired by https://github.com/starship/starship/blob/35a0a20f5c4fea6a08e1b91ff631b089eef8fc50/.github/workflows/deploy.yml