File tree Expand file tree Collapse file tree 1 file changed +9
-3
lines changed Expand file tree Collapse file tree 1 file changed +9
-3
lines changed Original file line number Diff line number Diff line change 13
13
platform : x86
14
14
15
15
steps :
16
+ - name : OpenSSL
17
+ shell : cmd
18
+ run : |
19
+ where openssl
20
+ exit 1
21
+
16
22
- name : Checkout mergin-cpp-client
17
23
uses : actions/checkout@v2
18
24
with :
@@ -77,10 +83,10 @@ jobs:
77
83
copy ..\build-mergin-cpp-client\release\mergin.exe mergin.exe
78
84
copy ..\build-geodiff\Release\geodiff.dll geodiff.dll
79
85
80
- dir "%Qt5_Dir%"
86
+ dir "%Qt5_Dir%\bin "
81
87
dir "%Qt5_Dir%\lib"
82
- copy %Qt5_Dir%\lib\libcrypto.dll libcrypto.dll
83
- copy %Qt5_Dir%\lib\libssl.dll libssl.dll
88
+ copy " %Qt5_Dir%\lib\libcrypto.dll" libcrypto.dll
89
+ copy " %Qt5_Dir%\lib\libssl.dll" libssl.dll
84
90
85
91
call "C:/Program Files (x86)/Microsoft Visual Studio/2019/Enterprise/VC/Auxiliary/Build/vcvars64.bat"
86
92
windeployqt --release mergin.exe
You can’t perform that action at this time.
0 commit comments