From d442632fc2f68429728c6911b5afa4fe26f320e4 Mon Sep 17 00:00:00 2001 From: Joseph Flinn <58369717+joseph-flinn@users.noreply.github.com> Date: Tue, 11 Oct 2022 17:57:34 -0700 Subject: [PATCH] Add the cloudflare unzip back (#3758) --- .github/workflows/release-web.yml | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/.github/workflows/release-web.yml b/.github/workflows/release-web.yml index 9976f46de92..41cb974f2ae 100644 --- a/.github/workflows/release-web.yml +++ b/.github/workflows/release-web.yml @@ -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: