testing: release
continuous-integration/drone Build is failing Details

pull/2/head
dmitry.kirdyashkin 2023-07-11 22:51:30 +03:00
parent 632ea914a4
commit 213d6e10d5
3 changed files with 12 additions and 45 deletions

View File

@ -11,7 +11,15 @@ steps:
PASSWORD: PASSWORD:
from_secret: drone_repo_password from_secret: drone_repo_password
commands: commands:
- envsubst < module.json.template > ./src/module.json - mkdir release
- cat ./src/module.json - envsubst < module.json.template > ./release/module.json
- zip -r -9 module.zip ./src/* # - cat ./src/module.json
- ls -la - zip -r -9 ./release/module.zip ./src/*
# - ls -la
- name: gitea_release
image: plugins/gitea-release
settings:
api_key: gto_ybdizh6el3ozlch36xev2vsat7ot7irulnc2omki6233xanaaqxa
base_url: https://gitea.kdiva.ru
files: ./release/*

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"
}
]
}

0
vars
View File