ci(build-openapi): indentity routes were missing

Signed-off-by: Pierre 'McFly' Marty <pmarty@linagora.com>
This commit is contained in:
Pierre 'McFly' Marty 2025-07-08 12:06:23 +02:00
parent 484a777572
commit 5cf3c35c2d
No known key found for this signature in database
GPG key ID: 4A9639E6C54A24E2

View file

@ -155,6 +155,11 @@ jobs:
--api server-server \
-r "$RELEASE" \
-o spec/server-server-api/api.json
scripts/dump-openapi.py \
--base-url "https://spec.matrix.org${{ needs.calculate-baseurl.outputs.baseURL }}" \
--api identity \
-r "$RELEASE" \
-o spec/identity-api/api.json
tar -czf openapi.tar.gz spec
- name: "📤 Artifact upload"
uses: actions/upload-artifact@v4