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.
2 parents 9567b81 + dd5ad67 commit 42105d8Copy full SHA for 42105d8
.travis.yml
@@ -66,7 +66,6 @@ deploy:
66
- provider: releases
67
api_key: "${RELEASES_API_KEY}"
68
file: "${STREAMLINK_INSTALLER_DIST_DIR}/streamlink-${TRAVIS_TAG}.exe"
69
- file_glob: true
70
skip_cleanup: true
71
on:
72
tags: true
@@ -97,7 +96,7 @@ deploy:
97
96
repo: streamlink/streamlink
98
99
100
- file: "${STREAMLINK_DIST_DIR}/streamlink-${TRAVIS_TAG}*"
+ file: "${STREAMLINK_DIST_DIR}/streamlink-${TRAVIS_TAG}.tar.gz{,.asc}"
101
file_glob: true
102
103
0 commit comments