Skip to content

Commit

Permalink
chore(release): properly unpack and move the static files
Browse files Browse the repository at this point in the history
  • Loading branch information
LilithWittmann committed Mar 17, 2024
1 parent 1584b07 commit 81bf57e
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 81bf57e

Please sign in to comment.