mirror of
https://github.com/starship/starship.git
synced 2024-11-25 01:33:41 +01:00
ci: continue release on error (#2237)
This commit is contained in:
parent
317226b9a7
commit
7df794efa8
10
.github/workflows/deploy.yml
vendored
10
.github/workflows/deploy.yml
vendored
@ -64,10 +64,11 @@ jobs:
|
|||||||
os: macOS-latest
|
os: macOS-latest
|
||||||
name: starship-x86_64-apple-darwin.tar.gz
|
name: starship-x86_64-apple-darwin.tar.gz
|
||||||
|
|
||||||
# TODO: switch to macOS-latest once it reaches 11.0
|
# TODO: Enable once macos-11.0 pools are publicly available
|
||||||
- target: aarch64-apple-darwin
|
# https://github.com/actions/virtual-environments/issues/2486
|
||||||
os: macos-11.0
|
# - target: aarch64-apple-darwin
|
||||||
name: starship-aarch64-apple-darwin.tar.gz
|
# os: macos-11.0
|
||||||
|
# name: starship-aarch64-apple-darwin.tar.gz
|
||||||
|
|
||||||
- target: x86_64-pc-windows-msvc
|
- target: x86_64-pc-windows-msvc
|
||||||
os: windows-latest
|
os: windows-latest
|
||||||
@ -82,6 +83,7 @@ jobs:
|
|||||||
name: starship-aarch64-pc-windows-msvc.zip
|
name: starship-aarch64-pc-windows-msvc.zip
|
||||||
|
|
||||||
runs-on: ${{ matrix.os }}
|
runs-on: ${{ matrix.os }}
|
||||||
|
continue-on-error: true
|
||||||
steps:
|
steps:
|
||||||
- name: Setup | Checkout
|
- name: Setup | Checkout
|
||||||
uses: actions/checkout@v2
|
uses: actions/checkout@v2
|
||||||
|
Loading…
Reference in New Issue
Block a user