From cb9146f6e9a90c08a682b23533082ec619abcd70 Mon Sep 17 00:00:00 2001 From: Benjamin Renard Date: Tue, 2 Aug 2022 01:37:37 +0200 Subject: [PATCH] CI: fix release notes file path --- build.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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[@]}"