diff --git a/.github/scripts/package/debian.sh b/.github/scripts/package/debian.sh index bb6f3b6a6..dab8955c3 100644 --- a/.github/scripts/package/debian.sh +++ b/.github/scripts/package/debian.sh @@ -108,7 +108,7 @@ build-packages) export KDEB_COMPRESS="xz" # Set kernel localversion - export LOCALVERSION="${KERNEL_LOCALVERSION}" + export LOCALVERSION="${KERNEL_LOCALVERSION}-${KERNEL_REVISION}" make bindeb-pkg -j "$(nproc)"