fix genlocale

This commit is contained in:
Ftps
2023-08-29 15:41:19 +09:00
parent 19670917c6
commit ea1047ec8e
3 changed files with 10 additions and 8 deletions

View File

@@ -13,8 +13,8 @@ jobs:
- name: Run locale generation
run: |
python3 lib/i18n/scan_i18n.py
cd lib/i18n && python3 locale_diff.py
python3 i18n/scan_i18n.py
python3 i18n/locale_diff.py
- name: Commit back
if: ${{ !github.head_ref }}