Skip to content

Commit 47f7dff

Browse files
committed
ci: generate from the legacy bundle this SDK ships from
1 parent 2446494 commit 47f7dff

1 file changed

Lines changed: 2 additions & 1 deletion

File tree

.github/workflows/build.yaml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -30,12 +30,13 @@ jobs:
3030
ref: ${{ inputs.ref || github.ref }}
3131
generator-version: 7.24.0
3232
spec-artifact: ${{ inputs.spec-artifact }}
33+
spec-file: openapi-legacy.yaml
3334

3435
- uses: actions/setup-java@v5.7.0
3536
with:
3637
java-version: '17'
3738
distribution: temurin
3839

39-
- run: bash ./generate.sh openapi.json
40+
- run: bash ./generate.sh openapi-legacy.yaml
4041

4142
- run: mvn -B -ntp compile

0 commit comments

Comments
 (0)