From 3713fa2dbe48cfc9cedd03b4258e9eb6254bc204 Mon Sep 17 00:00:00 2001 From: BruceChen Date: Wed, 30 Nov 2022 22:29:55 +0800 Subject: [PATCH] Update Tomlet to 5.0.1 --- .github/workflows/build-and-release.yml | 4 +++- .github/workflows/sync-translations-only.yml | 4 +++- MinecraftClient/MinecraftClient.csproj | 2 +- 3 files changed, 7 insertions(+), 3 deletions(-) diff --git a/.github/workflows/build-and-release.yml b/.github/workflows/build-and-release.yml index 918d9d0d..0ab15085 100644 --- a/.github/workflows/build-and-release.yml +++ b/.github/workflows/build-and-release.yml @@ -28,11 +28,13 @@ jobs: - name: Download translations from crowdin uses: crowdin/github-action@1.5.0 with: - upload_translations: true + upload_sources: true + upload_translations: false download_translations: true localization_branch_name: l10n_master create_pull_request: false + push_translations: false base_path: ${{ github.workspace }} env: diff --git a/.github/workflows/sync-translations-only.yml b/.github/workflows/sync-translations-only.yml index c468f1bf..104876b5 100644 --- a/.github/workflows/sync-translations-only.yml +++ b/.github/workflows/sync-translations-only.yml @@ -18,11 +18,13 @@ jobs: - name: Sync translations from crowdin uses: crowdin/github-action@1.5.0 with: - upload_translations: true + upload_sources: true + upload_translations: false download_translations: true localization_branch_name: l10n_master create_pull_request: false + push_translations: false base_path: ${{ github.workspace }} env: diff --git a/MinecraftClient/MinecraftClient.csproj b/MinecraftClient/MinecraftClient.csproj index f82ea247..facbdf88 100644 --- a/MinecraftClient/MinecraftClient.csproj +++ b/MinecraftClient/MinecraftClient.csproj @@ -35,7 +35,7 @@ - + NU1701