From 859e2d4c8cfb0725bdd8a2dbcc2aeafbedccefa1 Mon Sep 17 00:00:00 2001 From: Hamed Masafi Date: Mon, 27 Jul 2020 13:45:00 +0430 Subject: [PATCH] add pro file name to qmake command on ci --- .github/workflows/qt.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/qt.yml b/.github/workflows/qt.yml index df65111..f407da4 100644 --- a/.github/workflows/qt.yml +++ b/.github/workflows/qt.yml @@ -81,7 +81,7 @@ jobs: working-directory: src/3rdparty/PackageKit-Qt - name: qmake run: | - qmake CONFIG+=install_ok QT_PLATFORM=${{matrix.platform}} "QT_TOOL_PATH=${{steps.qt.outputs.qtdir}}/Tools" + qmake CONFIG+=install_ok QT_PLATFORM=${{matrix.platform}} "QT_TOOL_PATH=${{steps.qt.outputs.qtdir}}/Tools" nut.pro ${{steps.qt.outputs.make}} qmake_all - name: upload module to releases