mirror of
https://github.com/google/brotli.git
synced 2024-11-12 15:10:15 +00:00
21 lines
476 B
JSON
21 lines
476 B
JSON
{
|
|
"package": {
|
|
"name": "${TRAVIS_OS_NAME}-bin",
|
|
"repo": "brotli",
|
|
"subject": "eustas"
|
|
},
|
|
|
|
"version": {
|
|
"name": "r${GIT_REVISION}",
|
|
"desc": "Snapshot Artifacts",
|
|
"released": "${RELEASE_DATE}",
|
|
"gpgSign": false
|
|
},
|
|
|
|
"files": [
|
|
{"includePattern": "bazel-bin/(libbrotli.*)", "uploadPattern": "$1"},
|
|
{"includePattern": "bazel-bin/bro", "uploadPattern": "bro"},
|
|
],
|
|
|
|
"publish": true
|
|
} |