Change deploy to use github releases instead, but only for the citra-nightly repo
parent
c18cb1b192
commit
0a6ca01991
@ -1,23 +0,0 @@
|
|||||||
{
|
|
||||||
"package": {
|
|
||||||
"name": "nightly",
|
|
||||||
"repo": "citra",
|
|
||||||
"subject": "citra-emu",
|
|
||||||
"desc": "Build created on @BUILD_DATE@",
|
|
||||||
"website_url": "www.citra-emu.org",
|
|
||||||
"public_download_numbers": false,
|
|
||||||
"public_stats": false
|
|
||||||
},
|
|
||||||
"version": {
|
|
||||||
"name": "nightly-@GIT_REV@",
|
|
||||||
"released": "@BUILD_DATE@",
|
|
||||||
"gpgSign": false
|
|
||||||
},
|
|
||||||
"files": [
|
|
||||||
{
|
|
||||||
"includePattern": "artifacts/(.*\\.tar.xz)",
|
|
||||||
"uploadPattern": "$1"
|
|
||||||
}
|
|
||||||
],
|
|
||||||
"publish": true
|
|
||||||
}
|
|
Loading…
Reference in New Issue