Skip to content

Commit 161cce6

Browse files
committed
Be explicit with file listings
1 parent 135dae4 commit 161cce6

File tree

1 file changed

+4
-2
lines changed

1 file changed

+4
-2
lines changed

.travis.yml

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -22,8 +22,10 @@ deploy:
2222
tags: true
2323
- provider: releases
2424
api_key: "$GITHUB_TOKEN"
25-
file_glob: true
26-
file: build/**
25+
file:
26+
- "build/$TRAVIS_TAG/win-x64/react-stdio"
27+
- "build/$TRAVIS_TAG/linux-x64/react-stdio"
28+
- "build/$TRAVIS_TAG/macos/react-stdio"
2729
skip_cleanup: true
2830
on:
2931
tags: true

0 commit comments

Comments
 (0)