We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c24f1dd commit 1879375Copy full SHA for 1879375
.travis.yml
@@ -23,7 +23,7 @@ deploy:
23
- provider: releases
24
api_key: "$GITHUB_TOKEN"
25
file:
26
- - "build/$TRAVIS_TAG/win-x64/react-stdio"
+ - "build/$TRAVIS_TAG/win-x64/react-stdio.exe"
27
- "build/$TRAVIS_TAG/linux-x64/react-stdio"
28
- "build/$TRAVIS_TAG/macos/react-stdio"
29
skip_cleanup: true
0 commit comments