From 7a83fa85f3c8921feed35c4481ac2fe8b478d081 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?T=C3=96R=C3=96K=20Attila?= Date: Thu, 17 Oct 2024 00:54:48 +0200 Subject: [PATCH] ci: Upload intermediate files with metadata strings when syncing with Crowdin The .desktop and .xml files are translated indirectly, because their formats are not supported by Crowdin. --- .github/workflows/download_translations.yml | 5 +++++ .github/workflows/upload_texts.yml | 5 +++++ 2 files changed, 10 insertions(+) diff --git a/.github/workflows/download_translations.yml b/.github/workflows/download_translations.yml index 33e9a43b3819..f7d765ff9dd1 100644 --- a/.github/workflows/download_translations.yml +++ b/.github/workflows/download_translations.yml @@ -52,6 +52,11 @@ jobs: run: | make apply + - name: Upload intermediate files + uses: actions/upload-artifact@v4 + with: + path: desktop/packages/linux/locale + - name: Commit run: | git config user.name "RuffleBuild" diff --git a/.github/workflows/upload_texts.yml b/.github/workflows/upload_texts.yml index bf077e615c6e..1de29ec3168d 100644 --- a/.github/workflows/upload_texts.yml +++ b/.github/workflows/upload_texts.yml @@ -26,6 +26,11 @@ jobs: run: | make update + - name: Upload intermediate files + uses: actions/upload-artifact@v4 + with: + path: desktop/packages/linux/locale + - name: Crowdin push uses: crowdin/github-action@v2 with: