Skip to content

Commit

Permalink
Iterate release workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
GreenAppers committed Sep 26, 2024
1 parent 2e3ea47 commit 59c5e85
Showing 1 changed file with 6 additions and 3 deletions.
9 changes: 6 additions & 3 deletions .github/workflows/release.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -17,9 +17,12 @@ jobs:
strategy:
matrix:
config:
- {os: macos-latest, flags: '--arch universal'}
- {os: ubuntu-latest, flags: ''}
- {os: windows-latest, flags: '']
- os: macos-latest
flags: '--arch universal'
- os: ubuntu-latest
flags: ''
- os: windows-latest
flags: ''

steps:
- name: Checkout
Expand Down

0 comments on commit 59c5e85

Please sign in to comment.