Skip to content

Commit

Permalink
ci/cd: run draft-release on both windows and linux
Browse files Browse the repository at this point in the history
  • Loading branch information
SpontanCombust committed Jan 27, 2024
1 parent 62301d2 commit c80f831
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion .github/workflows/draft-release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,8 +9,11 @@ env:

jobs:
release:
runs-on: windows-latest
strategy:
matrix:
os: [ubuntu-latest, windows-latest]

runs-on: ${{ matrix.os }}
steps:
- name: Checkout
uses: actions/checkout@v2
Expand Down

0 comments on commit c80f831

Please sign in to comment.