CI: fix release notes file path
This commit is contained in:
parent
d0676443d7
commit
cb9146f6e9
1 changed files with 1 additions and 1 deletions
2
build.sh
2
build.sh
|
@ -90,7 +90,7 @@ $GITDCH \
|
||||||
--version "${VERSION}" \
|
--version "${VERSION}" \
|
||||||
--code-name $DEBIAN_CODENAME \
|
--code-name $DEBIAN_CODENAME \
|
||||||
--output debian/changelog \
|
--output debian/changelog \
|
||||||
--release-notes dist/release_notes.md \
|
--release-notes ../../dist/release_notes.md \
|
||||||
--path ../../ \
|
--path ../../ \
|
||||||
"${GITDCH_ARGS[@]}"
|
"${GITDCH_ARGS[@]}"
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue