Skip to content

Commit

Permalink
Fix dependencies of workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
Daniel Seichter committed Jul 8, 2024
1 parent 9f8b4df commit 7dc8577
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 @@ -131,7 +131,7 @@ jobs:

deploy:
runs-on: ubuntu-latest
needs: [build-windows-binary, build-linux-binary]
needs: [build-windows-binary, build-linux-binary, build-windows-binary-cli, build-linux-binary-cli]
steps:
- uses: actions/download-artifact@v4
with:
Expand Down

0 comments on commit 7dc8577

Please sign in to comment.