From c243f3594e9795c3fedc7aab20c63cd8fdbc4c9b Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Micha=C5=82=20Ch=C4=99ci=C5=84ski?= Date: Wed, 28 Sep 2022 01:19:55 +0200 Subject: [PATCH] Fix web qa deployment (#3632) * Comment unzip downloaded artifact * Replace gihub ref with master * Add debug commands * Change CP command * Add another debug code * Fix * Another fix * Remove debug steps * Remove master const branch after testing --- .github/workflows/release-qa-web.yml | 6 +----- 1 file changed, 1 insertion(+), 5 deletions(-) diff --git a/.github/workflows/release-qa-web.yml b/.github/workflows/release-qa-web.yml index 1e31c95cbeb..f02286be2f7 100644 --- a/.github/workflows/release-qa-web.yml +++ b/.github/workflows/release-qa-web.yml @@ -34,15 +34,11 @@ jobs: uses: bitwarden/gh-actions/download-artifacts@850faad0cf6c02a8c0dc46eddde2363fbd6c373a with: workflow: build-web.yml - path: apps/web + path: apps/web/build workflow_conclusion: success branch: ${{ github.ref_name }} artifacts: web-*-cloud-QA.zip - # This should result in a build directory in the current working directory - - name: Unzip build asset - working-directory: apps/web - run: unzip web-*-cloud-QA.zip - name: Checkout Repo uses: actions/checkout@2541b1294d2704b0964813337f33b291d3f8596b # v3.0.2