mirror of
https://github.com/google/brotli.git
synced 2024-11-22 03:30:07 +00:00
Same file name is not permitted overall! (#532)
This commit is contained in:
parent
e77799b084
commit
e5b7c16b98
@ -1,21 +1,16 @@
|
|||||||
{
|
{
|
||||||
"package": {
|
"package": {
|
||||||
"name": "snapshots",
|
"name": "bin",
|
||||||
"repo": "brotli",
|
"repo": "brotli",
|
||||||
"subject": "eustas"
|
"subject": "eustas"
|
||||||
},
|
},
|
||||||
|
|
||||||
"version": {
|
"version": {"name": "snapshot"},
|
||||||
"name": "${TRAVIS_OS_NAME}-${RELEASE_DATE}",
|
|
||||||
"desc": "Binary Artifacts (Dev)",
|
|
||||||
"released": "${RELEASE_DATE}",
|
|
||||||
"gpgSign": false
|
|
||||||
},
|
|
||||||
|
|
||||||
"files": [
|
"files": [
|
||||||
{
|
{
|
||||||
"includePattern": "brotli.zip",
|
"includePattern": "brotli.zip",
|
||||||
"uploadPattern": "brotli.zip",
|
"uploadPattern": "brotli-${TRAVIS_OS_NAME}-${RELEASE_DATE}.zip",
|
||||||
"matrix_params": {"override": 1}
|
"matrix_params": {"override": 1}
|
||||||
}
|
}
|
||||||
],
|
],
|
||||||
|
Loading…
Reference in New Issue
Block a user