Skip to content

Commit

Permalink
in CI/CD, publish packages for other OSes if single one fails
Browse files Browse the repository at this point in the history
  • Loading branch information
undergroundwires committed Jan 17, 2021
1 parent cf907d0 commit 4015e2c
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/deploy-desktop.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 4015e2c

Please sign in to comment.