Skip to content
This repository was archived by the owner on Dec 16, 2024. It is now read-only.

Commit

Permalink
Fix format of release workflow yaml
Browse files Browse the repository at this point in the history
  • Loading branch information
thombles committed Feb 19, 2022
1 parent 0f15917 commit 7fb2bb2
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -23,11 +23,11 @@ jobs:
strategy:
matrix:
os: [ubuntu-latest, macos-latest, windows-latest]
include:
- os: windows-latest
features: paste
- os: macos-latest
features: paste
include:
- os: windows-latest
features: paste
- os: macos-latest
features: paste
runs-on: ${{ matrix.os }}
steps:
- uses: actions/checkout@v2
Expand Down

0 comments on commit 7fb2bb2

Please sign in to comment.