From 2ff07a0b54fcc085d188144a3c1568597d9214b5 Mon Sep 17 00:00:00 2001 From: MX <10697207+xMasterX@users.noreply.github.com> Date: Thu, 23 Mar 2023 00:06:45 +0300 Subject: [PATCH] fix folders --- .drone.yml | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/.drone.yml b/.drone.yml index 26b831828..9b4765a8f 100644 --- a/.drone.yml +++ b/.drone.yml @@ -41,8 +41,8 @@ steps: pull: never commands: - git clone https://github.com/xMasterX/all-the-plugins.git - - cp -R unleashed-extra-pack/apps/* assets/resources/apps/ - - rm -rf unleashed-extra-pack + - cp -R all-the-plugins/apps/* assets/resources/apps/ + - rm -rf all-the-plugins - export DIST_SUFFIX=${DRONE_TAG}e - export WORKFLOW_BRANCH_OR_TAG=release-cfw - export FORCE_NO_DIRTY=yes @@ -282,8 +282,8 @@ steps: pull: never commands: - git clone --branch dev https://github.com/xMasterX/all-the-plugins.git - - cp -R unleashed-extra-pack/apps/* assets/resources/apps/ - - rm -rf unleashed-extra-pack + - cp -R all-the-plugins/apps/* assets/resources/apps/ + - rm -rf all-the-plugins - export DIST_SUFFIX=${DRONE_BUILD_NUMBER}e - export WORKFLOW_BRANCH_OR_TAG=dev-cfw - export FORCE_NO_DIRTY=yes