🐛 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:
Alexandre Franke 2021-12-29 18:01:32 +01:00 committed by GitHub
parent afb6867232
commit 6972342611
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -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"