Browse Source

Add the cloudflare unzip back (#3758)

pull/3759/head
Joseph Flinn 3 years ago committed by GitHub
parent
commit
d442632fc2
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

@ -172,6 +172,10 @@ jobs: @@ -172,6 +172,10 @@ jobs:
branch: master
artifacts: web-*-cloud-COMMERCIAL.zip
- name: Unzip build asset
working-directory: apps/web
run: unzip web-*-cloud-COMMERCIAL.zip
- name: Checkout Repo
uses: actions/checkout@2541b1294d2704b0964813337f33b291d3f8596b # v3.0.2
with:

Loading…
Cancel
Save