pull/2/head
dmitry.kirdyashkin 2023-07-11 22:19:24 +03:00
parent 8a2540f2db
commit d613b7e5c0
3 changed files with 4 additions and 45 deletions

View File

@ -11,7 +11,7 @@ steps:
PASSWORD: PASSWORD:
from_secret: drone_repo_password from_secret: drone_repo_password
commands: commands:
- envsubst < module.json.template - envsubst < module.json.template > module.json
- cat module.json.template - cat module.json.template
- zip -r -9 module.zip ./src/* - zip -r -9 module.zip ./src/*
- ls -la - ls -la

View File

@ -1,41 +0,0 @@
{
"id": "sc-items",
"name": "shared-compendia-items",
"title": "Shared Compendia Items",
"description": "Item list",
"authors": [
{
"name": "leego neit"
}
],
"version": "0.0.1-dev",
"minimumCoreVersion": "9",
"compatibility": {
"minimum": "9",
"verified": "10",
"maximum": "10"
},
"url": "https://gitea.kdiva.ru/modules/sc-items",
"manifest": "https://gitea.kdiva.ru/modules/sc-items/releases/download/0.0.1-dev/module.json",
"download": "https://gitea.kdiva.ru/modules/sc-items/releases/download/0.0.1-dev/module.zip",
"packs": [
{
"name": "sc-items",
"label": "sc items",
"path": "packs/sc-items.db",
"entity": "Item",
"type": "Item",
"module": "shared-compendia-items",
"system": "dnd5e"
},
{
"name": "sc-items-aota",
"label": "arcana of the ancients items",
"path": "packs/sc-items-aota.db",
"entity": "Item",
"type": "Item",
"module": "shared-compendia-items",
"system": "dnd5e"
}
]
}

View File

@ -8,7 +8,7 @@
"name": "leego neit" "name": "leego neit"
} }
], ],
"version": "1.1.2-dev", "version": "0.0.1-dev",
"minimumCoreVersion": "9", "minimumCoreVersion": "9",
"compatibility": { "compatibility": {
"minimum": "9", "minimum": "9",
@ -16,8 +16,8 @@
"maximum": "10" "maximum": "10"
}, },
"url": "https://gitea.kdiva.ru/modules/sc-items", "url": "https://gitea.kdiva.ru/modules/sc-items",
"manifest": "https://gitea.kdiva.ru/modules/sc-items/raw/branch/aota-dev/src/module.json", "manifest": "https://gitea.kdiva.ru/modules/sc-items/releases/download/0.0.1-dev/module.json",
"download": "https://gitea.kdiva.ru/api/packages/modules/generic/sc-items/1.1.2-dev/module.zip", "download": "https://gitea.kdiva.ru/modules/sc-items/releases/download/0.0.1-dev/module.zip",
"packs": [ "packs": [
{ {
"name": "sc-items", "name": "sc-items",