mirror of
https://github.com/amnezia-vpn/amnezia-client.git
synced 2026-05-08 14:33:23 +00:00
update: changed path to deploy qt dependencies
This commit is contained in:
4
.github/workflows/deploy.yml
vendored
4
.github/workflows/deploy.yml
vendored
@@ -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: |
|
||||
|
||||
Reference in New Issue
Block a user