mirror of
https://github.com/bitwarden/browser.git
synced 2025-03-13 13:49:37 +01:00
Change the download target for cloudflare deploy (#3759)
This commit is contained in:
parent
d442632fc2
commit
a1b13f9b18
4
.github/workflows/release-web.yml
vendored
4
.github/workflows/release-web.yml
vendored
@ -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:
|
||||
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…
Reference in New Issue
Block a user