Skip to content

Commit

Permalink
Update release.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
thorrester committed Jul 13, 2024
1 parent 7be1243 commit 6916c7c
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 @@ -166,7 +166,7 @@ jobs:

release-binary-assets:
if: github.event_name == 'release'
needs: [build]
needs: [build, build-windows, build-musl]
runs-on: ubuntu-latest

steps:
Expand Down

0 comments on commit 6916c7c

Please sign in to comment.