diff --git a/.github/workflows/debian.yml b/.github/workflows/debian.yml index 33ae0a2d2..c40d41266 100644 --- a/.github/workflows/debian.yml +++ b/.github/workflows/debian.yml @@ -99,7 +99,7 @@ jobs: run: | cd pkg/debian/meta ./mkdebian.sh $(make -C ../kernel/linux -s kernelrelease) ${KERNEL_REVISION} - dpkg-buildpkg -b + dpkg-buildpackage -b - name: Prepare release run: | diff --git a/.github/workflows/debian_lts.yml b/.github/workflows/debian_lts.yml index 539aa1123..ea4cf2325 100644 --- a/.github/workflows/debian_lts.yml +++ b/.github/workflows/debian_lts.yml @@ -99,7 +99,7 @@ jobs: run: | cd pkg/debian/meta ./mkdebian.sh $(make -C ../kernel-lts/linux -s kernelrelease) ${KERNEL_REVISION} - dpkg-buildpkg -b + dpkg-buildpackage -b - name: Prepare release run: |