diff --git a/.github/workflows/deb-package.yml b/.github/workflows/deb-package.yml index 049a267..d01d948 100644 --- a/.github/workflows/deb-package.yml +++ b/.github/workflows/deb-package.yml @@ -24,4 +24,4 @@ jobs: - name: run qmake run: qmake -makefile -o src/Makefile src/ArdorQuery.pro - name: run make - run: cd src && make /F Makefile + run: cd src && nmake /F Makefile