feat: optimize project file structure

This commit is contained in:
DDSRem
2023-06-16 15:03:50 +08:00
parent 84c79024de
commit 7478b21b33
7 changed files with 9 additions and 9 deletions

View File

@@ -133,6 +133,10 @@ jobs:
name: dist
path: backend/dist.zip
- name: Unzip webui
run: |
unzip backend/dist.zip -d backend/src/
- name: Build and push
uses: docker/build-push-action@v4
with: