diff --git a/.github/workflows/packages.yml b/.github/workflows/packages.yml index 998fe9deb..f4f7df439 100644 --- a/.github/workflows/packages.yml +++ b/.github/workflows/packages.yml @@ -51,7 +51,7 @@ jobs: VERSION="$(git describe --tags | sed -e "s/^v//" -e "s/-/+git/")" dch --create \ --distribution ${TARGET} \ - --package raft \ + --package raft-canonical \ --newversion ${VERSION}~${TARGET}1 \ "Automatic build from Github" debuild -S -sa -d -k${{ vars.PPA_PUBLIC_KEY }}