1 parent ab71323 commit e298ad1Copy full SHA for e298ad1
1 file changed
.github/workflows/openapi-spec.yaml
@@ -45,7 +45,7 @@ jobs:
45
46
- name: Generate OpenAPI spec
47
run: |
48
- uv run python tools/generate_openapi.py
+ uv run python scripts/generate_openapi.py
49
50
- name: Upload OpenAPI spec as artifact
51
uses: actions/upload-artifact@v4
@@ -84,7 +84,7 @@ jobs:
84
85
git fetch
86
git checkout ${{ github.head_ref }}
87
88
89
- name: Generate diff
90
0 commit comments