From dfec7d687ee9e0ae507b9eee4b44af70ffd56d2c Mon Sep 17 00:00:00 2001 From: Travis Ralston Date: Wed, 29 Dec 2021 10:17:07 -0700 Subject: [PATCH] Remove extraneous slash --- .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 6ed68aa3..1f76b958 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 "https://spec.matrix.org/${{ 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"