From e7b2dbf486af7e26b0b741455aaa985be2a07c26 Mon Sep 17 00:00:00 2001 From: mimartin12 <77340197+mimartin12@users.noreply.github.com> Date: Tue, 11 Oct 2022 14:27:11 -0600 Subject: [PATCH] Remove unzip step (#3749) --- .github/workflows/release-web.yml | 5 ----- 1 file changed, 5 deletions(-) diff --git a/.github/workflows/release-web.yml b/.github/workflows/release-web.yml index e52f6d5aa3..baf6d03130 100644 --- a/.github/workflows/release-web.yml +++ b/.github/workflows/release-web.yml @@ -172,11 +172,6 @@ jobs: branch: master artifacts: web-*-cloud-COMMERCIAL.zip - # This should result in a build directory in the current working directory - - 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: