From 273719ae7cb00ccd62f15c26293aaa6341309bd0 Mon Sep 17 00:00:00 2001 From: link2xt Date: Thu, 7 Mar 2024 23:35:51 +0000 Subject: [PATCH] ci: wait for build_windows task before trying to publish it --- .github/workflows/deltachat-rpc-server.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/deltachat-rpc-server.yml b/.github/workflows/deltachat-rpc-server.yml index 8863701591..089ed8f086 100644 --- a/.github/workflows/deltachat-rpc-server.yml +++ b/.github/workflows/deltachat-rpc-server.yml @@ -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"