include the install/po_gen_installer.sh in the workflow aswell

This commit is contained in:
HB9HIL
2024-07-09 09:42:44 +02:00
parent b1d4ca6835
commit 284191c532

View File

@@ -23,6 +23,9 @@ jobs:
- name: Run the po generator script
run: bash po_gen.sh
- name: Run the po generator script for the installer component aswell
run: bash install/po_gen_installer.sh
- name: Commit changes
run: |
git config --global user.name "github-actions"