From f489d1b277b4425f9231a9e57021c26e9730f0b2 Mon Sep 17 00:00:00 2001 From: mimartin12 <77340197+mimartin12@users.noreply.github.com> Date: Thu, 13 Oct 2022 11:54:26 -0600 Subject: [PATCH] Add artifact extract step (#3773) --- .github/workflows/release-qa-web.yml | 7 +++++-- 1 file changed, 5 insertions(+), 2 deletions(-) diff --git a/.github/workflows/release-qa-web.yml b/.github/workflows/release-qa-web.yml index f02286be2f7..2d46506b1ee 100644 --- a/.github/workflows/release-qa-web.yml +++ b/.github/workflows/release-qa-web.yml @@ -34,11 +34,14 @@ jobs: uses: bitwarden/gh-actions/download-artifacts@850faad0cf6c02a8c0dc46eddde2363fbd6c373a with: workflow: build-web.yml - path: apps/web/build + path: apps/web workflow_conclusion: success branch: ${{ github.ref_name }} artifacts: web-*-cloud-QA.zip - + + - name: Unzip cloud asset + working-directory: apps/web + run: unzip web-*-cloud-QA.zip - name: Checkout Repo uses: actions/checkout@2541b1294d2704b0964813337f33b291d3f8596b # v3.0.2