aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorEugene Kliuchnikov <eustas@google.com>2017-03-24 14:49:02 +0100
committerGitHub <noreply@github.com>2017-03-24 14:49:02 +0100
commite5b7c16b98b5d4394300993ee0817149aff25dfa (patch)
tree426640317c54b6ebd185a24d19eb6cc0fda43da0
parente77799b0844b43c067404dd2b11cfc6368cc9157 (diff)
downloadbrotli-e5b7c16b98b5d4394300993ee0817149aff25dfa.zip
brotli-e5b7c16b98b5d4394300993ee0817149aff25dfa.tar.gz
brotli-e5b7c16b98b5d4394300993ee0817149aff25dfa.tar.bz2
Same file name is not permitted overall! (#532)
-rw-r--r--.bintray.json13
1 files changed, 4 insertions, 9 deletions
diff --git a/.bintray.json b/.bintray.json
index 592f8cc..ef2ea9d 100644
--- a/.bintray.json
+++ b/.bintray.json
@@ -1,24 +1,19 @@
{
"package": {
- "name": "snapshots",
+ "name": "bin",
"repo": "brotli",
"subject": "eustas"
},
- "version": {
- "name": "${TRAVIS_OS_NAME}-${RELEASE_DATE}",
- "desc": "Binary Artifacts (Dev)",
- "released": "${RELEASE_DATE}",
- "gpgSign": false
- },
+ "version": {"name": "snapshot"},
"files": [
{
"includePattern": "brotli.zip",
- "uploadPattern": "brotli.zip",
+ "uploadPattern": "brotli-${TRAVIS_OS_NAME}-${RELEASE_DATE}.zip",
"matrix_params": {"override": 1}
}
],
"publish": true
-} \ No newline at end of file
+}