Skip to content

Commit

Permalink
ci: wait for build_windows task before trying to publish it
Browse files Browse the repository at this point in the history
  • Loading branch information
link2xt committed Mar 7, 2024
1 parent e639b58 commit 273719a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/deltachat-rpc-server.yml
Original file line number Diff line number Diff line change
Expand Up @@ -96,7 +96,7 @@ jobs:

publish:
name: Build wheels and upload binaries to the release
needs: ["build_linux", "build_macos"]
needs: ["build_linux", "build_windows", "build_macos"]
permissions:
contents: write
runs-on: "ubuntu-latest"
Expand Down

0 comments on commit 273719a

Please sign in to comment.