Skip to content

Commit

Permalink
调整release action以支持MacOS arm64安装包 #77
Browse files Browse the repository at this point in the history
  • Loading branch information
heqingpan committed May 12, 2024
1 parent 5b397cb commit c0beab6
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand All @@ -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
Expand Down

0 comments on commit c0beab6

Please sign in to comment.