Skip to content

Commit

Permalink
Update .github/workflows/release.yml
Browse files Browse the repository at this point in the history
Co-authored-by: Michael Vorburger <mike@vorburger.ch>
  • Loading branch information
cushon and vorburger committed Feb 16, 2024
1 parent 9851a39 commit 4e9aa25
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -86,7 +86,7 @@ jobs:
needs: build-maven-jars
strategy:
matrix:
os: [ubuntu-latest, macos-latest]
os: [ubuntu-latest, macos-latest, windows-latest]
steps:
- name: "Check out repository"
uses: actions/checkout@v4
Expand Down

0 comments on commit 4e9aa25

Please sign in to comment.