From 4430736bbc376a65e0f03e00f072eb330c85840b Mon Sep 17 00:00:00 2001 From: Shane Harter Date: Mon, 4 Oct 2021 22:06:16 -0700 Subject: [PATCH] Update release.yml --- .github/workflows/release.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index 8806246..40b2e22 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -80,7 +80,7 @@ jobs: publish: name: Mark build complete runs-on: ubuntu-latest - needs: build-release-binaries + needs: [build-binaries, build-static-binaries] steps: - name: Get the version id: get_version