GitHub Actions: cleanup workflow — use the proper template plugin name

This commit is contained in:
Jakub Chrzanowski 2023-02-27 22:20:33 +01:00 committed by Jakub Chrzanowski
parent 0adfdeebc7
commit 6852040e04

View File

@ -42,7 +42,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/Template/$NAME/g" {} +
find src -type f -exec sed -i "s/IntelliJ Platform Plugin/$NAME/g" {} +
find src -type f -exec sed -i "s/JetBrains/$ACTOR/g" {} +
# Move content