Fix artifact path

This commit is contained in:
Johannes Marbach 2024-09-10 11:51:34 +02:00
parent a120a427ba
commit eb5ae437e6

View file

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