Browse Source

Remove unzip step (#3750)

pull/3756/head
mimartin12 3 years ago committed by GitHub
parent
commit
7f62c5c54f
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
  1. 2
      .github/workflows/release-web.yml

2
.github/workflows/release-web.yml

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

Loading…
Cancel
Save