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

pull/381/head
Jakub Chrzanowski 10 months ago
parent 88482ec40b
commit d4a74cf79e
No known key found for this signature in database
GPG Key ID: C39095BFD769862E

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

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

Loading…
Cancel
Save