From 0ff7cc5c38206f8355635c9f4fb86f0a9eeaa4c0 Mon Sep 17 00:00:00 2001 From: beardypig Date: Fri, 2 Mar 2018 10:06:52 +0000 Subject: [PATCH] fix upload for stable zip file --- .travis.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.travis.yml b/.travis.yml index 1ae9842..eab6fe4 100644 --- a/.travis.yml +++ b/.travis.yml @@ -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: