From e567dee12f70aacae4961945e331a29581ec850c Mon Sep 17 00:00:00 2001 From: Mauro Balades Date: Fri, 2 Aug 2024 13:28:29 +0200 Subject: [PATCH] Fixed windows alpha workflow --- .github/workflows/alpha.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/alpha.yml b/.github/workflows/alpha.yml index eea78064f..432da297e 100644 --- a/.github/workflows/alpha.yml +++ b/.github/workflows/alpha.yml @@ -205,7 +205,7 @@ jobs: uses: ./.github/workflows/windows-alpha-build.yml permissions: contents: write - needs: [build-data] + needs: [build-data, windows-step-2] with: build-version: ${{ needs.build-data.outputs.version }} generate-gpo: false