Skip to content

Commit

Permalink
ci: Upload intermediate files with metadata strings when syncing with…
Browse files Browse the repository at this point in the history
… Crowdin

The .desktop and .xml files are translated indirectly, because their
formats are not supported by Crowdin.
  • Loading branch information
torokati44 committed Oct 17, 2024
1 parent fffbad2 commit 7a83fa8
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 0 deletions.
5 changes: 5 additions & 0 deletions .github/workflows/download_translations.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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"
Expand Down
5 changes: 5 additions & 0 deletions .github/workflows/upload_texts.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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:
Expand Down

0 comments on commit 7a83fa8

Please sign in to comment.