mirror of
https://github.com/JetBrains/intellij-platform-plugin-template.git
synced 2024-10-27 20:44:05 +00:00
GitHub Actions - Template Cleanup fix
This commit is contained in:
parent
e6af985074
commit
5873fd3515
2
.github/workflows/template-cleanup.yml
vendored
2
.github/workflows/template-cleanup.yml
vendored
@ -40,7 +40,7 @@ jobs:
|
|||||||
|
|
||||||
# Replace template package name in project files with $GROUP
|
# Replace template package name in project files with $GROUP
|
||||||
sed -i '' "s/org.jetbrains.plugins.template/$GROUP/g" gradle.properties
|
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
|
# Move content
|
||||||
mkdir -p src/main/kotlin/${GROUP//.//}
|
mkdir -p src/main/kotlin/${GROUP//.//}
|
||||||
|
Loading…
Reference in New Issue
Block a user