Skip to content

Commit 7adf458

Browse files
author
telyn
committed
[travis] fix windows zip
1 parent 0ef4933 commit 7adf458

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.travis.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ script:
2222
- GOOS=darwin GOARCH=amd64 go build
2323
- tar -czf docker-machine-driver-bytemark.mac.tar.gz docker-machine-driver-bytemark
2424
- GOOS=windows GOARCH=amd64 go build
25-
- zip docker-machine-driver-bytemark.windows.zip docker-machine-driver-bytemark.zip
25+
- zip docker-machine-driver-bytemark.windows.zip docker-machine-driver-bytemark.exe
2626

2727
deploy:
2828
provider: releases

0 commit comments

Comments
 (0)