From 309d62d17d94dcd113f634098790daecd774c583 Mon Sep 17 00:00:00 2001 From: Michel Roegl-Brunner Date: Tue, 18 Mar 2025 11:50:28 +0100 Subject: [PATCH] Workflow --- .github/workflows/move-to-main-repo.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/move-to-main-repo.yaml b/.github/workflows/move-to-main-repo.yaml index 7759188..c9e335e 100644 --- a/.github/workflows/move-to-main-repo.yaml +++ b/.github/workflows/move-to-main-repo.yaml @@ -120,7 +120,7 @@ jobs: cp "ct/$script_name.sh" . cp "install/$script_name-install.sh" . - cp "json/$script_name.json" . + cp "frontend/public/json/$script_name.json" . sed -i 's|source <(curl -s https://raw.githubusercontent.com/community-scripts/ProxmoxVED/main/misc/build.func)|source <(curl -s https://raw.githubusercontent.com/community-scripts/ProxmoxVE/main/misc/build.func)|' ct/$script_name.sh git add . git commit -m "${commit_message:-'Add new script'}"