Skip to content

Commit 8fc6c21

Browse files
committed
chore: generate from the openapi-3.0 bundle
vrchatapi/specification#606 renames the openapi-legacy.* bundles to openapi-3.0.*.
1 parent b922ee4 commit 8fc6c21

1 file changed

Lines changed: 4 additions & 4 deletions

File tree

‎.github/workflows/ci.yaml‎

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -43,12 +43,12 @@ jobs:
4343

4444
- uses: vrchatapi/specification/.github/actions/download@main
4545
with:
46-
bundle: openapi-legacy.yaml
46+
bundle: openapi-3.0.yaml
4747

4848
- if: env.VERSION_POSTPEND != ''
49-
run: yq '--inplace' ".info.version |= \"${PASSED_VERSION}${VERSION_POSTPEND}\"" openapi-legacy.yaml
49+
run: yq '--inplace' ".info.version |= \"${PASSED_VERSION}${VERSION_POSTPEND}\"" openapi-3.0.yaml
5050

51-
- run: bash ./generate.sh openapi-legacy.yaml
51+
- run: bash ./generate.sh openapi-3.0.yaml
5252

5353
- uses: actions/upload-artifact@v7
5454
with:
@@ -93,7 +93,7 @@ jobs:
9393
with:
9494
name: java-generated
9595

96-
- run: rm -f openapi-legacy.yaml
96+
- run: rm -f openapi-3.0.yaml
9797

9898
- uses: JamesIves/github-pages-deploy-action@v4.9.0
9999
with:

0 commit comments

Comments
 (0)