From 1de6d511f44c432f0f1954ea0c7153e80be9729b Mon Sep 17 00:00:00 2001 From: Claire Date: Tue, 8 Oct 2024 13:41:11 +0200 Subject: [PATCH] Fix download of stable translation files in glitch-soc --- .github/workflows/crowdin-download-stable.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/.github/workflows/crowdin-download-stable.yml b/.github/workflows/crowdin-download-stable.yml index de21e2e58f..18911d49c2 100644 --- a/.github/workflows/crowdin-download-stable.yml +++ b/.github/workflows/crowdin-download-stable.yml @@ -26,6 +26,7 @@ jobs: - name: crowdin action uses: crowdin/github-action@v2 with: + config: crowdin-glitch.yml upload_sources: false upload_translations: false download_translations: true