add pro file name to qmake command on ci

This commit is contained in:
Hamed Masafi 2020-07-27 13:45:00 +04:30
parent 5cc2153ae8
commit 859e2d4c8c
1 changed files with 1 additions and 1 deletions

View File

@ -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