Skip to content

Commit

Permalink
fix upload for stable zip file
Browse files Browse the repository at this point in the history
  • Loading branch information
beardypig committed Mar 2, 2018
1 parent 0d33871 commit 0ff7cc5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ before_deploy:
deploy:
- provider: releases
api_key: "${RELEASES_API_KEY}"
file: streamlink-portable-*.zip
file: dist/stable/streamlink-portable-*.zip
file_glob: true
skip_cleanup: true
on:
Expand Down

0 comments on commit 0ff7cc5

Please sign in to comment.