ci: Use the correct expression to grab translation files (#2232)

This commit is contained in:
Pun Butrach 2024-09-30 23:59:43 +07:00 committed by GitHub
parent a68a83940d
commit 8b429f03c2
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -68,6 +68,5 @@ jobs:
git config user.name revanced-bot
git config user.email github@revanced.app
sudo chown -R $USER:$USER .git
git add assets/i18n/strings.*.json
git commit -m "chore: Remove empty values from JSON" assets/i18n/strings.*.json
git commit -m "chore: Remove empty values from JSON" assets/i18n/strings_*.json
git push origin HEAD:feat/translations