diff --git a/.github/workflows/build.yaml b/.github/workflows/build.yaml index e2ee5c1..83f8c58 100644 --- a/.github/workflows/build.yaml +++ b/.github/workflows/build.yaml @@ -43,7 +43,7 @@ jobs: -not -name '.git' \ -not -name 'theos' \ -not -name 'LICENSE' \ - -exec gmake -C '{}' package FINALPACKAGE=1 \; + -exec make -C '{}' package FINALPACKAGE=1 \; find . -type f -iname *.deb -exec mv '{}' output \; - name: Upload artifacts