File tree 1 file changed +4
-4
lines changed
1 file changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -115,8 +115,8 @@ matrix:
115
115
script :
116
116
- $mingw64 bash scripts/build.windows.release.sh
117
117
before_deploy :
118
- - mv ~/clients/built/websocketd.exe base/tools/gui/
119
- - mv ~/clients/built base/tools/clients
118
+ - mv ~/clients-64 /built/websocketd.exe base/tools/gui/
119
+ - mv ~/clients-64 /built base/tools/clients
120
120
- mv base stairspeedtest
121
121
- 7z a stairspeedtest_reborn_win64.7z stairspeedtest/
122
122
deploy :
@@ -164,8 +164,8 @@ matrix:
164
164
script :
165
165
- $mingw32 bash scripts/build.windows.release.sh
166
166
before_deploy :
167
- - mv ~/clients/built/websocketd.exe base/tools/gui/
168
- - mv ~/clients/built base/tools/clients
167
+ - mv ~/clients-32 /built/websocketd.exe base/tools/gui/
168
+ - mv ~/clients-32 /built base/tools/clients
169
169
- mv base stairspeedtest
170
170
- 7z a stairspeedtest_reborn_win32.7z stairspeedtest/
171
171
deploy :
You can’t perform that action at this time.
0 commit comments