From 1c0d2d88edd6f21dc7b95a655ce728f3b4772604 Mon Sep 17 00:00:00 2001 From: Archi Date: Mon, 7 Mar 2022 13:28:32 +0100 Subject: [PATCH] Address crowdin-cli 3.7.8 breaking change And ensure it doesn't fail silently again the next time something like that happens https://github.com/crowdin/crowdin-cli/issues/439 --- .github/crowdin.yml | 1 + .github/workflows/ci.yml | 1 - 2 files changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/crowdin.yml b/.github/crowdin.yml index fd57ad2ba..abb14dd25 100644 --- a/.github/crowdin.yml +++ b/.github/crowdin.yml @@ -1,3 +1,4 @@ +"base_path": ".." "preserve_hierarchy": true "files": [ { diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index e532ef999..e203aacfe 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -38,7 +38,6 @@ jobs: run: dotnet test ArchiSteamFarm.Tests -c "${{ matrix.configuration }}" -p:ContinuousIntegrationBuild=true -p:UseAppHost=false --nologo - name: Upload latest strings for translation on Crowdin - continue-on-error: true if: ${{ github.event_name == 'push' && github.ref == 'refs/heads/main' && matrix.configuration == 'Release' && startsWith(matrix.os, 'ubuntu-') }} uses: crowdin/github-action@1.4.7 with: