Replace the whole IntelliJ Platform Plugin Template with the new project name when running the GitHub Actions Cleanup workflow #442

This commit is contained in:
Jakub Chrzanowski
2024-03-08 13:19:02 +01:00
parent e6736aee12
commit de5d2e9901
2 changed files with 2 additions and 1 deletions

View File

@@ -41,7 +41,7 @@ jobs:
# Replace template package name in project files with $GROUP
find src -type f -exec sed -i "s/org.jetbrains.plugins.template/$GROUP/g" {} +
find src -type f -exec sed -i "s/IntelliJ Platform Plugin/$NAME/g" {} +
find src -type f -exec sed -i "s/IntelliJ Platform Plugin Template/$NAME/g" {} +
find src -type f -exec sed -i "s/JetBrains/$ACTOR/g" {} +
# Move content