diff --git a/.github/workflows/template-cleanup.yml b/.github/workflows/template-cleanup.yml index 9d0608a..d103dea 100644 --- a/.github/workflows/template-cleanup.yml +++ b/.github/workflows/template-cleanup.yml @@ -48,8 +48,7 @@ jobs: # Move content mkdir -p src/main/kotlin/${GROUP//.//} mkdir -p src/test/kotlin/${GROUP//.//} - cp -R .github/template-cleanup/* . - cp -R .github/template-cleanup/.* . + cp -R .github/template-cleanup/. . cp -R src/main/kotlin/org/jetbrains/plugins/template/* src/main/kotlin/${GROUP//.//}/ cp -R src/test/kotlin/org/jetbrains/plugins/template/* src/test/kotlin/${GROUP//.//}/ diff --git a/CHANGELOG.md b/CHANGELOG.md index c443967..878fc6e 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -4,6 +4,9 @@ ## [Unreleased] +### Fixed +- Fixed copying files issue when running the `Template Cleanup` workflow + ## [1.8.0] - 2023-07-07 ### Changed