aboutsummaryrefslogtreecommitdiff
path: root/.bintray.json
diff options
context:
space:
mode:
Diffstat (limited to '.bintray.json')
-rw-r--r--.bintray.json20
1 files changed, 5 insertions, 15 deletions
diff --git a/.bintray.json b/.bintray.json
index 98fa88d..592f8cc 100644
--- a/.bintray.json
+++ b/.bintray.json
@@ -1,31 +1,21 @@
{
"package": {
- "name": "${TRAVIS_OS_NAME}-bin",
+ "name": "snapshots",
"repo": "brotli",
"subject": "eustas"
},
"version": {
- "name": "${RELEASE_VERSION}",
- "desc": "Binary Artifacts (Snapshot)",
+ "name": "${TRAVIS_OS_NAME}-${RELEASE_DATE}",
+ "desc": "Binary Artifacts (Dev)",
"released": "${RELEASE_DATE}",
"gpgSign": false
},
"files": [
{
- "includePattern": "bazel-bin/(libbrotli.*\\.a)",
- "uploadPattern": "$1",
- "matrix_params": {"override": 1}
- },
- {
- "includePattern": "bazel-bin/(libbrotli.*\\.so)",
- "uploadPattern": "$1",
- "matrix_params": {"override": 1}
- },
- {
- "includePattern": "bazel-bin/bro",
- "uploadPattern": "bro",
+ "includePattern": "brotli.zip",
+ "uploadPattern": "brotli.zip",
"matrix_params": {"override": 1}
}
],