diff --git a/.github/workflows/check_for_crowdin_updates.yml b/.github/workflows/check_for_crowdin_updates.yml index 873080c..a5ba995 100644 --- a/.github/workflows/check_for_crowdin_updates.yml +++ b/.github/workflows/check_for_crowdin_updates.yml @@ -263,7 +263,7 @@ jobs: - name: Validate strings for Android run: | cd ${{ github.workspace }}/android - ./gradlew app:generatePlayDebugResValues \ + ./gradlew app:generatePlayDebugResources \ --parallel \ --build-cache \ --configuration-cache \