🐛 Fix base URL for OpenAPI definition (#3602)
Signed-off-by: Alexandre Franke <alexandre.franke@matrix.org> Co-authored-by: Alexandre Franke <alexandre.franke@matrix.org>
This commit is contained in:
parent
afb6867232
commit
6972342611
1 changed files with 1 additions and 1 deletions
2
.github/workflows/main.yml
vendored
2
.github/workflows/main.yml
vendored
|
@ -75,7 +75,7 @@ jobs:
|
|||
python3 -m venv env && . env/bin/activate
|
||||
pip install -r scripts/requirements.txt
|
||||
scripts/dump-swagger.py \
|
||||
--base-url "${{ needs.calculate-baseurl.outputs.baseURL }}" \
|
||||
--base-url "https://spec.matrix.org/${{ needs.calculate-baseurl.outputs.baseURL }}" \
|
||||
-o assets/spec/client_server/api.json
|
||||
tar -czf assets.tar.gz assets
|
||||
- name: "📤 Artifact upload"
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue