ci: continue release on error (#2237)

This commit is contained in:
Matan Kushner 2021-01-29 16:15:59 -05:00 committed by GitHub
parent 317226b9a7
commit 7df794efa8
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 6 additions and 4 deletions

View File

@ -64,10 +64,11 @@ jobs:
os: macOS-latest
name: starship-x86_64-apple-darwin.tar.gz
# TODO: switch to macOS-latest once it reaches 11.0
- target: aarch64-apple-darwin
os: macos-11.0
name: starship-aarch64-apple-darwin.tar.gz
# TODO: Enable once macos-11.0 pools are publicly available
# https://github.com/actions/virtual-environments/issues/2486
# - target: aarch64-apple-darwin
# os: macos-11.0
# name: starship-aarch64-apple-darwin.tar.gz
- target: x86_64-pc-windows-msvc
os: windows-latest
@ -82,6 +83,7 @@ jobs:
name: starship-aarch64-pc-windows-msvc.zip
runs-on: ${{ matrix.os }}
continue-on-error: true
steps:
- name: Setup | Checkout
uses: actions/checkout@v2