Browse Source

Change the download target for cloudflare deploy (#3759)

pull/3764/head
Joseph Flinn 3 years ago committed by GitHub
parent
commit
a1b13f9b18
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
  1. 4
      .github/workflows/release-web.yml

4
.github/workflows/release-web.yml

@ -157,7 +157,7 @@ jobs: @@ -157,7 +157,7 @@ jobs:
uses: bitwarden/gh-actions/download-artifacts@850faad0cf6c02a8c0dc46eddde2363fbd6c373a
with:
workflow: build-web.yml
path: apps/web/build
path: apps/web
workflow_conclusion: success
branch: ${{ github.ref_name }}
artifacts: web-*-cloud-COMMERCIAL.zip
@ -167,7 +167,7 @@ jobs: @@ -167,7 +167,7 @@ jobs:
uses: bitwarden/gh-actions/download-artifacts@850faad0cf6c02a8c0dc46eddde2363fbd6c373a
with:
workflow: build-web.yml
path: apps/web/build
path: apps/web
workflow_conclusion: success
branch: master
artifacts: web-*-cloud-COMMERCIAL.zip

Loading…
Cancel
Save