From e018a6154b3817627126d15fec262ea49bda22b0 Mon Sep 17 00:00:00 2001 From: Mauro Balades Date: Wed, 24 Jul 2024 14:32:49 +0200 Subject: [PATCH] chore: Update alpha.yml workflow to include use-warp-build input --- .github/workflows/alpha.yml | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/.github/workflows/alpha.yml b/.github/workflows/alpha.yml index 11c02b053..d87170593 100644 --- a/.github/workflows/alpha.yml +++ b/.github/workflows/alpha.yml @@ -221,9 +221,10 @@ jobs: uses: ./.github/workflows/linux-alpha-build.yml permissions: contents: write - needs: [build-data] # Windows step 2 in order to avoid cloning all the artifacts again + needs: [build-data] with: build-version: ${{ needs.build-data.outputs.version }} + use-warp-build: ${{ github.event.inputs.use-warp-build }} mac: name: macOS build