add pro file name to qmake command on ci
This commit is contained in:
parent
5cc2153ae8
commit
859e2d4c8c
|
|
@ -81,7 +81,7 @@ jobs:
|
||||||
working-directory: src/3rdparty/PackageKit-Qt
|
working-directory: src/3rdparty/PackageKit-Qt
|
||||||
- name: qmake
|
- name: qmake
|
||||||
run: |
|
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
|
${{steps.qt.outputs.make}} qmake_all
|
||||||
|
|
||||||
- name: upload module to releases
|
- name: upload module to releases
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue