Skip to content

Commit 0aa8837

Browse files
committed
.
1 parent 74fb1ec commit 0aa8837

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/build.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -126,7 +126,7 @@ jobs:
126126
python -m aqt tool ${{matrix.qtifw-host}} tools_ifw 3.1.1 qt.tools.ifw.31 --outputdir ${{steps.qt.outputs.qtdir}}/qtifw --internal
127127
- name: copy QtIfw from cache
128128
if: steps.qt.outputs.tests == 'true'
129-
run: cp -a "${{steps.qt.outputs.qtdir}}/qtifw/Tools" "${{steps.qt.outputs.qtdir}}/../../
129+
run: cp -a "${{steps.qt.outputs.qtdir}}/qtifw/Tools" "${{steps.qt.outputs.qtdir}}/../../"
130130
shell: bash
131131
- name: qmake
132132
run: |

0 commit comments

Comments
 (0)