Skip to content

Commit

Permalink
Update Dry Run step and artifact path (#3751)
Browse files Browse the repository at this point in the history
(cherry picked from commit 96aba0f)
  • Loading branch information
mimartin12 committed Oct 11, 2022
1 parent dd6f43b commit 12179d4
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/release-web.yml
Original file line number Diff line number Diff line change
Expand Up @@ -157,12 +157,12 @@ jobs:
uses: bitwarden/gh-actions/download-artifacts@c1fa8e09871a860862d6bbe36184b06d2c7e35a8
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@c1fa8e09871a860862d6bbe36184b06d2c7e35a8
with:
Expand Down

0 comments on commit 12179d4

Please sign in to comment.