Skip to content

Commit 2ff07a0

Browse files
committed
fix folders
1 parent 831999f commit 2ff07a0

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

.drone.yml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -41,8 +41,8 @@ steps:
4141
pull: never
4242
commands:
4343
- git clone https://github.com/xMasterX/all-the-plugins.git
44-
- cp -R unleashed-extra-pack/apps/* assets/resources/apps/
45-
- rm -rf unleashed-extra-pack
44+
- cp -R all-the-plugins/apps/* assets/resources/apps/
45+
- rm -rf all-the-plugins
4646
- export DIST_SUFFIX=${DRONE_TAG}e
4747
- export WORKFLOW_BRANCH_OR_TAG=release-cfw
4848
- export FORCE_NO_DIRTY=yes
@@ -282,8 +282,8 @@ steps:
282282
pull: never
283283
commands:
284284
- git clone --branch dev https://github.com/xMasterX/all-the-plugins.git
285-
- cp -R unleashed-extra-pack/apps/* assets/resources/apps/
286-
- rm -rf unleashed-extra-pack
285+
- cp -R all-the-plugins/apps/* assets/resources/apps/
286+
- rm -rf all-the-plugins
287287
- export DIST_SUFFIX=${DRONE_BUILD_NUMBER}e
288288
- export WORKFLOW_BRANCH_OR_TAG=dev-cfw
289289
- export FORCE_NO_DIRTY=yes

0 commit comments

Comments
 (0)