From 86ba33099205cb225f14ef439962c90cd9cac317 Mon Sep 17 00:00:00 2001 From: Michel Roegl-Brunner Date: Fri, 21 Mar 2025 10:38:47 +0100 Subject: [PATCH] Wf to main repo --- .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 17cbc19..f4959c9 100644 --- a/.github/workflows/move-to-main-repo.yaml +++ b/.github/workflows/move-to-main-repo.yaml @@ -149,7 +149,7 @@ jobs: cp ../ct/$script_name.sh ct/. cp ../install/$script_name-install.sh install/. - cp ../frontend/public/json/$script_name.json /frontend/public/json/. + cp ../frontend/public/json/$script_name.json frontend/public/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