Skip to content
This repository was archived by the owner on May 16, 2019. It is now read-only.

Commit fc57912

Browse files
committed
Fix Windows upload links
1 parent 42bf38d commit fc57912

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

.travis.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,8 @@ deploy:
2525
file:
2626
- dist/openbazaard-linux32
2727
- dist/openbazaard-linux64
28-
- dist/openbazaard.exe
28+
- dist/openbazaard-windows32.exe
29+
- dist/openbazaard-windows64.exe
2930
skip_cleanup: true
3031
on:
3132
all_branches: true

0 commit comments

Comments
 (0)