From 6972342611a71860567b9fb8879765196f238436 Mon Sep 17 00:00:00 2001 From: Alexandre Franke Date: Wed, 29 Dec 2021 18:01:32 +0100 Subject: [PATCH] =?UTF-8?q?=F0=9F=90=9B=20Fix=20base=20URL=20for=20OpenAPI?= =?UTF-8?q?=20definition=20(#3602)?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: Alexandre Franke Co-authored-by: Alexandre Franke --- .github/workflows/main.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/main.yml b/.github/workflows/main.yml index 12d37192..6ed68aa3 100644 --- a/.github/workflows/main.yml +++ b/.github/workflows/main.yml @@ -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"