diff --git a/.github/workflows/move-to-main-repo.yaml b/.github/workflows/move-to-main-repo.yaml index 395e442..c8a39e4 100644 --- a/.github/workflows/move-to-main-repo.yaml +++ b/.github/workflows/move-to-main-repo.yaml @@ -86,9 +86,9 @@ jobs: git checkout -b "$branch_name" - cp "/ct/$script_name.sh" . - cp "/install/$script_name-install.sh" . - cp "/json/$script_name.json" . + cp "ct/$script_name.sh" . + cp "install/$script_name-install.sh" . + cp "json/$script_name.json" . git add .