From bdb5daef7919dd518476f00d9d03193b53b75cbc Mon Sep 17 00:00:00 2001 From: Thomas Lehmann Date: Fri, 10 May 2024 16:26:28 +0200 Subject: [PATCH] IONOS: .github/workflows: change custom-apps/ -> apps-custom/ Although not used yet let's take this naming convention to have app directories nearby. --- .github/workflows/easycloud-build.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/easycloud-build.yml b/.github/workflows/easycloud-build.yml index f3d05823ddad2..89345cbb8fcda 100644 --- a/.github/workflows/easycloud-build.yml +++ b/.github/workflows/easycloud-build.yml @@ -59,7 +59,7 @@ jobs: zip -r "${{ env.TARGET_PACKAGE_NAME }}" \ 3rdparty/ \ apps/ \ - custom-apps/ \ + apps-custom/ \ apps-external/ \ config/ \ core/ \