Przeglądaj źródła

Fix debian build command

Maximilian Luz 5 lat temu
rodzic
commit
4bc9591e4e
2 zmienionych plików z 2 dodań i 2 usunięć
  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: |