From 8ba2ea7d8c51dd6e66c959e28c8c78b177a27897 Mon Sep 17 00:00:00 2001 From: Brandon Wagner Date: Tue, 6 Aug 2024 19:55:28 -0400 Subject: [PATCH] synchronize the linux and windows release process to avoid overwriting the manifest --- .github/workflows/release.yaml | 1 + 1 file changed, 1 insertion(+) diff --git a/.github/workflows/release.yaml b/.github/workflows/release.yaml index ecc615c5..7516ca58 100755 --- a/.github/workflows/release.yaml +++ b/.github/workflows/release.yaml @@ -37,6 +37,7 @@ jobs: releaseWindows: name: Release Windows runs-on: windows-2019 + needs: [releaseLinux] steps: - name: Set up Go 1.x uses: actions/setup-go@v2