mirror of
https://github.com/loot/libloot.git
synced 2026-07-27 14:16:01 -07:00
16 lines
276 B
JSON
16 lines
276 B
JSON
{
|
|
"package": {
|
|
"name": "loot-api",
|
|
"repo": "snapshots",
|
|
"subject": "loot"
|
|
},
|
|
"version": {
|
|
"name": "REPLACE_THIS_VERSION"
|
|
},
|
|
"files": [{
|
|
"includePattern": "build/package/(loot_api-.+\\.tar.xz)",
|
|
"uploadPattern": "$1"
|
|
}],
|
|
"publish": true
|
|
}
|