diff --git a/.gitea/workflows/dev.yml b/.gitea/workflows/dev.yml index 61733d87..2bcbbde2 100644 --- a/.gitea/workflows/dev.yml +++ b/.gitea/workflows/dev.yml @@ -17,7 +17,7 @@ jobs: run: pnpm build:antd - name: cp # run: robocopy ./apps/web-antd/dist C:\devtool\nginx-1.28.0\html\propety /E - run: Copy-Item -Path "./apps/web-antd/dist" -Destination "C:\devtool\nginx-1.28.0\html\propety" -Recurse -Force -ErrorAction SilentlyContinue + run: Copy-Item -Path "./apps/web-antd/dist" -Destination "C:\devtool\nginx-1.28.0\html\property" -Recurse -Force -ErrorAction SilentlyContinue