CI: fix release notes file path
Some checks failed
ci/woodpecker/push/woodpecker Pipeline failed
ci/woodpecker/tag/woodpecker Pipeline failed

This commit is contained in:
Benjamin Renard 2022-08-02 01:37:37 +02:00
parent d0676443d7
commit cb9146f6e9

View file

@ -90,7 +90,7 @@ $GITDCH \
--version "${VERSION}" \
--code-name $DEBIAN_CODENAME \
--output debian/changelog \
--release-notes dist/release_notes.md \
--release-notes ../../dist/release_notes.md \
--path ../../ \
"${GITDCH_ARGS[@]}"