mirror of
https://github.com/google/brotli.git
synced 2024-11-29 06:31:06 +00:00
e77799b084
Same file name is not allowed across packages in one version.
24 lines
490 B
JSON
24 lines
490 B
JSON
{
|
|
"package": {
|
|
"name": "snapshots",
|
|
"repo": "brotli",
|
|
"subject": "eustas"
|
|
},
|
|
|
|
"version": {
|
|
"name": "${TRAVIS_OS_NAME}-${RELEASE_DATE}",
|
|
"desc": "Binary Artifacts (Dev)",
|
|
"released": "${RELEASE_DATE}",
|
|
"gpgSign": false
|
|
},
|
|
|
|
"files": [
|
|
{
|
|
"includePattern": "brotli.zip",
|
|
"uploadPattern": "brotli.zip",
|
|
"matrix_params": {"override": 1}
|
|
}
|
|
],
|
|
|
|
"publish": true
|
|
} |