diff --git a/.github/workflows/deploy-openapi-spec.yml b/.github/workflows/deploy-openapi-spec.yml index 06c4db30..2c8a3870 100644 --- a/.github/workflows/deploy-openapi-spec.yml +++ b/.github/workflows/deploy-openapi-spec.yml @@ -30,7 +30,7 @@ jobs: tsp compile . - name: Commit OpenAPI specification to repository run: | - mv ./api/src/core/tsp-output/@typespec/openapi3/openapi.v1.0.yaml ./build/core-openapi3.yaml + mv ./api/src/core/tsp-output/@typespec/openapi3/openapi.v1.0.yaml ./api/build/core-openapi3.yaml git add ./build/* git commit -m "[bot]update openapi3 schema" git push \ No newline at end of file