in CI/CD, publish packages for other OSes if single one fails
This commit is contained in:
1
.github/workflows/deploy-desktop.yaml
vendored
1
.github/workflows/deploy-desktop.yaml
vendored
@@ -10,6 +10,7 @@ jobs:
|
||||
strategy:
|
||||
matrix:
|
||||
os: [macos, ubuntu, windows]
|
||||
fail-fast: false # So publish runs for other OSes if one fails
|
||||
runs-on: ${{ matrix.os }}-latest
|
||||
steps:
|
||||
- uses: actions/checkout@v2
|
||||
|
||||
Reference in New Issue
Block a user