Skip to content

Commit

Permalink
Fix extra apps builds
Browse files Browse the repository at this point in the history
  • Loading branch information
xMasterX committed Dec 31, 2022
1 parent a51a691 commit f283071
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .drone.yml
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@ steps:
pull: never
commands:
- 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
- export DIST_SUFFIX=${DRONE_TAG}e
- export WORKFLOW_BRANCH_OR_TAG=release-cfw
Expand Down

0 comments on commit f283071

Please sign in to comment.