mirror of
https://github.com/bitwarden/browser
synced 2025-12-15 15:53:27 +00:00
Add artifact extract step (#3773)
This commit is contained in:
5
.github/workflows/release-qa-web.yml
vendored
5
.github/workflows/release-qa-web.yml
vendored
@@ -34,11 +34,14 @@ jobs:
|
|||||||
uses: bitwarden/gh-actions/download-artifacts@850faad0cf6c02a8c0dc46eddde2363fbd6c373a
|
uses: bitwarden/gh-actions/download-artifacts@850faad0cf6c02a8c0dc46eddde2363fbd6c373a
|
||||||
with:
|
with:
|
||||||
workflow: build-web.yml
|
workflow: build-web.yml
|
||||||
path: apps/web/build
|
path: apps/web
|
||||||
workflow_conclusion: success
|
workflow_conclusion: success
|
||||||
branch: ${{ github.ref_name }}
|
branch: ${{ github.ref_name }}
|
||||||
artifacts: web-*-cloud-QA.zip
|
artifacts: web-*-cloud-QA.zip
|
||||||
|
|
||||||
|
- name: Unzip cloud asset
|
||||||
|
working-directory: apps/web
|
||||||
|
run: unzip web-*-cloud-QA.zip
|
||||||
|
|
||||||
- name: Checkout Repo
|
- name: Checkout Repo
|
||||||
uses: actions/checkout@2541b1294d2704b0964813337f33b291d3f8596b # v3.0.2
|
uses: actions/checkout@2541b1294d2704b0964813337f33b291d3f8596b # v3.0.2
|
||||||
|
|||||||
Reference in New Issue
Block a user