From bc0b5bfa937256e82bdce6dd041facc8688ff576 Mon Sep 17 00:00:00 2001 From: Xikaro Date: Wed, 25 Feb 2026 01:19:18 +0500 Subject: [PATCH] Update crowdin.yml --- .github/workflows/crowdin.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/crowdin.yml b/.github/workflows/crowdin.yml index b7745875b..6fa9205aa 100644 --- a/.github/workflows/crowdin.yml +++ b/.github/workflows/crowdin.yml @@ -105,7 +105,7 @@ jobs: with: upload_sources: true upload_translations: false - upload_sources_args: "--cache ${{ github.event.inputs.force_upload == 'true' && '--auto-update --preserve-hierarchy' || '--preserve-hierarchy' }}" + upload_sources_args: "--cache --auto-update ${{ github.event.inputs.force_upload == 'true' && '--auto-update --preserve-hierarchy' || '--preserve-hierarchy' }}" config: crowdin.yml dry_run: ${{ github.event.inputs.dry_run == 'true' }} env: