Skip to content

Commit

Permalink
Add windows build
Browse files Browse the repository at this point in the history
  • Loading branch information
labbots committed May 26, 2024
1 parent 52eb744 commit 37b69f2
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/tag.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,8 @@ jobs:
name: "Release"
runs-on: ubuntu-latest
needs:
- macos
# - macos
- windows
if: always() && !cancelled() && !contains(needs.*.result, 'failure')
steps:
- name: Download artifacts
Expand Down

0 comments on commit 37b69f2

Please sign in to comment.