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
+2 -2
View File
@@ -78,7 +78,7 @@ jobs:
- name: Upload artifact
uses: actions/upload-artifact@v3
with:
path: ./packages/app/out
path: ./apps/web/out
push_to_registry:
# See https://docs.github.com/en/actions/publishing-packages/publishing-docker-images
@@ -104,7 +104,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