mirror of
https://github.com/matrix-org/matrix-spec
synced 2026-03-23 11:34:09 +01:00
Fix artifact path
This commit is contained in:
parent
a120a427ba
commit
eb5ae437e6
2
.github/workflows/main.yml
vendored
2
.github/workflows/main.yml
vendored
|
|
@ -177,7 +177,7 @@ jobs:
|
||||||
uses: actions/upload-artifact@v4
|
uses: actions/upload-artifact@v4
|
||||||
with:
|
with:
|
||||||
name: changelog-artifact
|
name: changelog-artifact
|
||||||
path: content/changelog/vUNSTABLE.md
|
path: content/changelog/unstable.md
|
||||||
|
|
||||||
build-spec:
|
build-spec:
|
||||||
name: "📖 Build the spec"
|
name: "📖 Build the spec"
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue