update: changed path to deploy qt dependencies

This commit is contained in:
MrMirDan
2026-04-21 16:56:30 +03:00
parent 3426ea4e26
commit 5a7c7c9df9

View File

@@ -828,10 +828,10 @@ jobs:
shell: cmd
run: cmake --build build --config Release
- name: Deploy Qt dependencies
- name: 'Deploy Qt dependencies'
shell: cmd
run: |
for %%f in (build\client\tests\*.exe) do (windeployqt %%f)
for %%f in (build\client\*.exe) do (windeployqt %%f)
- name: 'Run tests'
run: |