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