Same file name is not permitted overall! (#532)

This commit is contained in:
Eugene Kliuchnikov 2017-03-24 14:49:02 +01:00 committed by GitHub
parent e77799b084
commit e5b7c16b98

View File

@ -1,24 +1,19 @@
{
"package": {
"name": "snapshots",
"name": "bin",
"repo": "brotli",
"subject": "eustas"
},
"version": {
"name": "${TRAVIS_OS_NAME}-${RELEASE_DATE}",
"desc": "Binary Artifacts (Dev)",
"released": "${RELEASE_DATE}",
"gpgSign": false
},
"version": {"name": "snapshot"},
"files": [
{
"includePattern": "brotli.zip",
"uploadPattern": "brotli.zip",
"uploadPattern": "brotli-${TRAVIS_OS_NAME}-${RELEASE_DATE}.zip",
"matrix_params": {"override": 1}
}
],
"publish": true
}
}