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
+5 -5
View File
@@ -63,7 +63,7 @@ jobs:
- name: Upload artifact
uses: actions/upload-artifact@v3
with:
path: ./packages/app/.next
path: ./apps/web/.next
lint:
name: Lint and E2E Test
@@ -99,7 +99,7 @@ jobs:
uses: actions/download-artifact@v3
with:
name: artifact
path: packages/app/.next/
path: apps/web/.next/
- name: Lint & E2E Test & Unit Test
run: |
@@ -187,7 +187,7 @@ jobs:
- name: Upload artifact
uses: actions/upload-artifact@v3
with:
path: ./packages/app/out
path: ./apps/web/out
publish-community:
name: Push Community Image
@@ -213,7 +213,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
@@ -316,7 +316,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