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

Commit 137ab84

Browse files
committed
We cd'd too much
1 parent f4aec00 commit 137ab84

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-
cd ../../
33+
cd ../
3434
tree -L 2
3535
mv ./api/src/core/tsp-output/@typespec/openapi3/openapi.v1.0.yaml ./build/core-openapi3.yaml
3636
git add ./build/*

0 commit comments

Comments
 (0)