mirror of
https://github.com/cryptomator/cryptomator.git
synced 2024-11-23 03:59:51 +00:00
20 lines
392 B
JSON
20 lines
392 B
JSON
{
|
|
"package": {
|
|
"name": "buildkit",
|
|
"repo": "cryptomator",
|
|
"subject": "cryptomator"
|
|
},
|
|
"version": {
|
|
"name": "$TRAVIS_TAG",
|
|
"desc": "Cryptomator version $TRAVIS_TAG",
|
|
"released": "$TODAY",
|
|
"vcs_tag": "$TRAVIS_TAG",
|
|
"gpgSign": true
|
|
},
|
|
"files":
|
|
[
|
|
{"includePattern": "main/buildkit/target/(buildkit-[a-z]+\\.zip)", "uploadPattern": "/$TRAVIS_TAG/$1"}
|
|
],
|
|
"publish": true
|
|
}
|