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