Skip to content

Commit

Permalink
Add artifact extract step (#3773)
Browse files Browse the repository at this point in the history
  • Loading branch information
mimartin12 authored Oct 13, 2022
1 parent 9f87fd7 commit f489d1b
Showing 1 changed file with 5 additions and 2 deletions.
7 changes: 5 additions & 2 deletions .github/workflows/release-qa-web.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit f489d1b

Please sign in to comment.