diff --git a/build.sh b/build.sh index b93d18c..e0b7d15 100755 --- a/build.sh +++ b/build.sh @@ -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[@]}"