GitHub Actions - Template Cleanup fix

This commit is contained in:
Jakub Chrzanowski 2020-06-17 22:17:37 +02:00
parent e6af985074
commit 5873fd3515

View File

@ -40,7 +40,7 @@ jobs:
# Replace template package name in project files with $GROUP
sed -i '' "s/org.jetbrains.plugins.template/$GROUP/g" gradle.properties
find . -type f -exec sed -i '' "s/org.jetbrains.plugins.template/$GROUP/g" {} +
find src -type f -exec sed -i '' "s/org.jetbrains.plugins.template/$GROUP/g" {} +
# Move content
mkdir -p src/main/kotlin/${GROUP//.//}