From 81bf57e91fdaa6b629e2cf2c7eb3d8dc22da0b6c Mon Sep 17 00:00:00 2001 From: Lilith Wittmann Date: Sun, 17 Mar 2024 12:42:51 +0530 Subject: [PATCH] chore(release): properly unpack and move the static files --- .github/workflows/release.yml | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index 682921c..1cb9086 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -41,6 +41,11 @@ jobs: out-file-path: "causy/static/" latest: true extract: true + - name: unpack and move frontend release + run: | + unzip causy/static/causy-ui-*.zip -d causy/static/ + mv causy/static/dist/* causy/static/ + rm -r causy/static/dist - name: Build run: | poetry build