From 82e9179ee1a9bfb151cd3509ec595563d951bbdf Mon Sep 17 00:00:00 2001 From: Vince Grassia <593223+vgrassia@users.noreply.github.com> Date: Thu, 30 Sep 2021 11:24:50 -0400 Subject: [PATCH] QA Deploy workflow fix (#1611) --- .github/workflows/qa-deploy.yml | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/.github/workflows/qa-deploy.yml b/.github/workflows/qa-deploy.yml index 907119a2d4..6f7868de67 100644 --- a/.github/workflows/qa-deploy.yml +++ b/.github/workflows/qa-deploy.yml @@ -91,11 +91,13 @@ jobs: - name: Download latest ${{ matrix.name }} asset from ${{ env.branch_name }} uses: bitwarden/gh-actions/download-artifacts@23433be15ed6fd046ce12b6889c5184a8d9c8783 + env: + branch_name: ${{ steps.setup.outputs.branch_name }} with: workflow: build.yml workflow_conclusion: success branch: ${{ env.branch_name }} - name: ${{ matrix.name }}.zip + artifacts: ${{ matrix.name }}.zip - name: Login to Azure uses: Azure/login@77f1b2e3fb80c0e8645114159d17008b8a2e475a