aboutsummaryrefslogtreecommitdiff
path: root/.bintray.json
diff options
context:
space:
mode:
Diffstat (limited to '.bintray.json')
-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
+}