aboutsummaryrefslogtreecommitdiff
path: root/.bintray.json
diff options
context:
space:
mode:
Diffstat (limited to '.bintray.json')
-rw-r--r--.bintray.json21
1 files changed, 17 insertions, 4 deletions
diff --git a/.bintray.json b/.bintray.json
index bf22247..98fa88d 100644
--- a/.bintray.json
+++ b/.bintray.json
@@ -6,15 +6,28 @@
},
"version": {
- "name": "r${GIT_REVISION}",
- "desc": "Snapshot Artifacts",
+ "name": "${RELEASE_VERSION}",
+ "desc": "Binary Artifacts (Snapshot)",
"released": "${RELEASE_DATE}",
"gpgSign": false
},
"files": [
- {"includePattern": "bazel-bin/(libbrotli.*)", "uploadPattern": "$1"},
- {"includePattern": "bazel-bin/bro", "uploadPattern": "bro"}
+ {
+ "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",
+ "matrix_params": {"override": 1}
+ }
],
"publish": true