1 parent b922ee4 commit 8fc6c21Copy full SHA for 8fc6c21
1 file changed
.github/workflows/ci.yaml
@@ -43,12 +43,12 @@ jobs:
43
44
- uses: vrchatapi/specification/.github/actions/download@main
45
with:
46
- bundle: openapi-legacy.yaml
+ bundle: openapi-3.0.yaml
47
48
- if: env.VERSION_POSTPEND != ''
49
- run: yq '--inplace' ".info.version |= \"${PASSED_VERSION}${VERSION_POSTPEND}\"" openapi-legacy.yaml
+ run: yq '--inplace' ".info.version |= \"${PASSED_VERSION}${VERSION_POSTPEND}\"" openapi-3.0.yaml
50
51
- - run: bash ./generate.sh openapi-legacy.yaml
+ - run: bash ./generate.sh openapi-3.0.yaml
52
53
- uses: actions/upload-artifact@v7
54
@@ -93,7 +93,7 @@ jobs:
93
94
name: java-generated
95
96
- - run: rm -f openapi-legacy.yaml
+ - run: rm -f openapi-3.0.yaml
97
98
- uses: JamesIves/github-pages-deploy-action@v4.9.0
99
0 commit comments