From d434400133ebd9ea2d3f234c262428dd00205843 Mon Sep 17 00:00:00 2001 From: Mikael Arvola Date: Mon, 8 Jul 2024 14:46:29 -0500 Subject: [PATCH] fix: fix file moving in workflow --- .github/workflows/templating.yml | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/.github/workflows/templating.yml b/.github/workflows/templating.yml index 3ee2919..010db30 100644 --- a/.github/workflows/templating.yml +++ b/.github/workflows/templating.yml @@ -24,8 +24,7 @@ jobs: git config user.name 'github-actions[bot]' git config user.email 'github-actions[bot]@users.noreply.github.com' rm -rf .github template index.js .gitignore package-lock.json - mv output/* . - mv output/.* . + cp -rT output . rm -rf output git add -A git commit -a -m "chore: init template"