build: Add locale config for android

This commit is contained in:
krille-chan 2025-02-08 18:20:57 +01:00
commit e6896fcd8f
No known key found for this signature in database
4 changed files with 88 additions and 0 deletions

View file

@ -9,6 +9,8 @@ jobs:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- run: ./scripts/generate-locale-config.sh
- run: git diff --exit-code
- run: cat .github/workflows/versions.env >> $GITHUB_ENV
- uses: subosito/flutter-action@v2
with: