Skip to content

Commit 1879375

Browse files
committed
Fix win executable file name
1 parent c24f1dd commit 1879375

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
@@ -23,7 +23,7 @@ deploy:
2323
- provider: releases
2424
api_key: "$GITHUB_TOKEN"
2525
file:
26-
- "build/$TRAVIS_TAG/win-x64/react-stdio"
26+
- "build/$TRAVIS_TAG/win-x64/react-stdio.exe"
2727
- "build/$TRAVIS_TAG/linux-x64/react-stdio"
2828
- "build/$TRAVIS_TAG/macos/react-stdio"
2929
skip_cleanup: true

0 commit comments

Comments
 (0)