Update Dry Run step and artifact path (#3751)

This commit is contained in:
mimartin12 2022-10-11 14:45:58 -06:00 committed by GitHub
parent 7f62c5c54f
commit 96aba0f994
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 2 additions and 2 deletions

View File

@ -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: