mirror of
https://github.com/matrix-org/matrix-spec
synced 2026-04-05 10:44:10 +02:00
chore(build-openapi): fixes typo in artifacts folder name
Signed-off-by: Pierre 'McFly' Marty <pmarty@linagora.com>
This commit is contained in:
parent
5cf3c35c2d
commit
ebc9cc7aa6
2
.github/workflows/main.yml
vendored
2
.github/workflows/main.yml
vendored
|
|
@ -159,7 +159,7 @@ jobs:
|
||||||
--base-url "https://spec.matrix.org${{ needs.calculate-baseurl.outputs.baseURL }}" \
|
--base-url "https://spec.matrix.org${{ needs.calculate-baseurl.outputs.baseURL }}" \
|
||||||
--api identity \
|
--api identity \
|
||||||
-r "$RELEASE" \
|
-r "$RELEASE" \
|
||||||
-o spec/identity-api/api.json
|
-o spec/identity-service-api/api.json
|
||||||
tar -czf openapi.tar.gz spec
|
tar -czf openapi.tar.gz spec
|
||||||
- name: "📤 Artifact upload"
|
- name: "📤 Artifact upload"
|
||||||
uses: actions/upload-artifact@v4
|
uses: actions/upload-artifact@v4
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue