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

Commit d39cf6f

Browse files
committed
Last wrong path i hope
1 parent 5f808e5 commit d39cf6f

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
@@ -32,6 +32,6 @@ jobs:
3232
run: |
3333
tree -L 2
3434
mv ./api/src/core/tsp-output/@typespec/openapi3/openapi.v1.0.yaml ./api/build/core-openapi3.yaml
35-
git add ./build/*
35+
git add ./api/build/*
3636
git commit -m "[bot]update openapi3 schema"
3737
git push

0 commit comments

Comments
 (0)