Skip to content
This repository was archived by the owner on Aug 15, 2025. It is now read-only.

Commit b5268cb

Browse files
committed
Wrong path
1 parent 9212715 commit b5268cb

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/deploy-openapi-spec.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@ jobs:
3030
tsp compile .
3131
- name: Commit OpenAPI specification to repository
3232
run: |
33-
mv ./api/src/core/tsp-output/@typespec/openapi3/openapi.v1.0.yaml ./build/core-openapi3.yaml
33+
mv ./api/src/core/tsp-output/@typespec/openapi3/openapi.v1.0.yaml ./api/build/core-openapi3.yaml
3434
git add ./build/*
3535
git commit -m "[bot]update openapi3 schema"
3636
git push

0 commit comments

Comments
 (0)