Fix extra apps builds

This commit is contained in:
MX
2022-12-31 03:20:59 +03:00
parent a51a6914f4
commit f28307128f

View File

@@ -37,7 +37,7 @@ steps:
pull: never pull: never
commands: commands:
- git clone https://github.com/xMasterX/unleashed-extra-pack.git - git clone https://github.com/xMasterX/unleashed-extra-pack.git
- cp -R unleashed-extra-pack/apps/ assets/resources/apps - cp -R unleashed-extra-pack/apps/* assets/resources/apps/
- rm -rf unleashed-extra-pack - rm -rf unleashed-extra-pack
- export DIST_SUFFIX=${DRONE_TAG}e - export DIST_SUFFIX=${DRONE_TAG}e
- export WORKFLOW_BRANCH_OR_TAG=release-cfw - export WORKFLOW_BRANCH_OR_TAG=release-cfw