GitHub Actions - Template Cleanup fix

pull/9/head
Jakub Chrzanowski 4 years ago
parent e6af985074
commit 5873fd3515

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

Loading…
Cancel
Save