From 96aba0f994d640b94084d45a5f7cf38939bc28b8 Mon Sep 17 00:00:00 2001 From: mimartin12 <77340197+mimartin12@users.noreply.github.com> Date: Tue, 11 Oct 2022 14:45:58 -0600 Subject: [PATCH] Update Dry Run step and artifact path (#3751) --- .github/workflows/release-web.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/release-web.yml b/.github/workflows/release-web.yml index 2fa57d9db7..9976f46de9 100644 --- a/.github/workflows/release-web.yml +++ b/.github/workflows/release-web.yml @@ -157,12 +157,12 @@ 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-COMMERCIAL.zip - - name: Download latest cloud asset + - name: Download latest cloud asset (Dry Run) if: ${{ github.event.inputs.release_type == 'Dry Run' }} uses: bitwarden/gh-actions/download-artifacts@850faad0cf6c02a8c0dc46eddde2363fbd6c373a with: