From b1572792a24f7df30729aa18a89e2624ad63474a Mon Sep 17 00:00:00 2001 From: NGPixel Date: Sat, 22 Aug 2026 19:44:52 -0400 Subject: [PATCH] ci: fix crowdin config --- .github/workflows/build.yml | 16 +++++++++------- 1 file changed, 9 insertions(+), 7 deletions(-) diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index 69f0bcaad..a6bfd93d3 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -30,6 +30,15 @@ jobs: yq -iP '.version = strenv(REL_VERSION)' backend/package.json -o json yq -iP '.version = strenv(REL_VERSION)' frontend/package.json -o json + - name: Upload translations source file + uses: crowdin/github-action@v2 + env: + CROWDIN_PERSONAL_TOKEN: ${{ secrets.CROWDIN_PERSONAL_TOKEN }} + CROWDIN_BASE_PATH: ${{ githug.workspace }} + with: + command: 'upload' + command_args: '--config dev/crowdin.yml' + - name: Build Assets working-directory: frontend run: | @@ -83,11 +92,4 @@ jobs: name: build path: wiki-js.tar.gz - - name: Upload translations source file - uses: crowdin/github-action@v2 - env: - CROWDIN_PERSONAL_TOKEN: ${{ secrets.CROWDIN_PERSONAL_TOKEN }} - with: - command: 'upload' - command_args: '--config dev/crowdin.yml'