Skip to content

Commit 3ad87dc

Browse files
committed
Fix Travis CI Windows release build
1 parent 59fcbf1 commit 3ad87dc

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

.travis.yml

+4-4
Original file line numberDiff line numberDiff line change
@@ -115,8 +115,8 @@ matrix:
115115
script:
116116
- $mingw64 bash scripts/build.windows.release.sh
117117
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
120120
- mv base stairspeedtest
121121
- 7z a stairspeedtest_reborn_win64.7z stairspeedtest/
122122
deploy:
@@ -164,8 +164,8 @@ matrix:
164164
script:
165165
- $mingw32 bash scripts/build.windows.release.sh
166166
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
169169
- mv base stairspeedtest
170170
- 7z a stairspeedtest_reborn_win32.7z stairspeedtest/
171171
deploy:

0 commit comments

Comments
 (0)