Fixed copying files issue when running the Template Cleanup workflow #379

This commit is contained in:
Jakub Chrzanowski 2023-07-10 09:30:28 +02:00
parent 88482ec40b
commit d4a74cf79e
No known key found for this signature in database
GPG Key ID: C39095BFD769862E
2 changed files with 4 additions and 2 deletions

View File

@ -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//.//}/

View File

@ -4,6 +4,9 @@
## [Unreleased]
### Fixed
- Fixed copying files issue when running the `Template Cleanup` workflow
## [1.8.0] - 2023-07-07
### Changed