Skip to content

Commit

Permalink
Merge pull request #16 from shazamio/feat/add_segment_duration
Browse files Browse the repository at this point in the history
Update CI workflow to include Windows in the release job dependencies.
  • Loading branch information
dotX12 authored Feb 2, 2025
2 parents 2b99a1a + 9cdea89 commit 823faed
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/CI.yml
Original file line number Diff line number Diff line change
Expand Up @@ -127,7 +127,7 @@ jobs:
name: Release
runs-on: ubuntu-latest
if: "startsWith(github.ref, 'refs/tags/') || github.event_name == 'workflow_dispatch'"
needs: [ sdist, macos, linux ]
needs: [ sdist, macos, linux, windows ]
steps:
- uses: actions/download-artifact@v3
with:
Expand Down

0 comments on commit 823faed

Please sign in to comment.