chore: move client folders (#948)

This commit is contained in:
DarkSky
2023-02-10 20:41:01 +08:00
committed by GitHub
parent cb118149f3
commit 8a7393a961
235 changed files with 114 additions and 215 deletions

View File

@@ -63,7 +63,7 @@ jobs:
- name: Upload artifact
uses: actions/upload-artifact@v3
with:
path: ./packages/app/out
path: ./apps/web/out
publish-self-hosted:
name: Push Community Image
@@ -88,7 +88,7 @@ jobs:
uses: actions/download-artifact@v3
with:
name: artifact
path: packages/app/out/
path: apps/web/out/
- name: Log in to Docker Hub
uses: docker/login-action@v2