Explorar o código

Fix debian build command

Maximilian Luz %!s(int64=5) %!d(string=hai) anos
pai
achega
4bc9591e4e
Modificáronse 2 ficheiros con 2 adicións e 2 borrados
  1. 1 1
      .github/workflows/debian.yml
  2. 1 1
      .github/workflows/debian_lts.yml

+ 1 - 1
.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: |

+ 1 - 1
.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: |