fix: update directory path for generated go-zero code
All checks were successful
CI - Build and Push / Build and Push Docker Image (push) Successful in 7s

This commit is contained in:
2025-10-25 08:05:38 +08:00
parent ecf835068a
commit d485bb4e66

View File

@@ -17,7 +17,7 @@ Set-Location -Path (Resolve-Path "../../api")
goctl api format -dir .
# generate go-zero code
goctl api go -api ServerStatistics.api -dir ../src --style=gozero
goctl api go -api ServerStatistics.api -dir ../app --style=gozero
# generate swagger and convert to openapi3 only when -s is provided
if ($s) {