From aefde9ee1394bcc879234cf299e8c1b909bbf0f0 Mon Sep 17 00:00:00 2001 From: BruebachL <44814898+BruebachL@users.noreply.github.com> Date: Thu, 9 Oct 2025 06:57:55 +0200 Subject: [PATCH] Update .github/workflows/translations-push.yml Co-authored-by: ebbit1q --- .github/workflows/translations-push.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/translations-push.yml b/.github/workflows/translations-push.yml index e694d1606..602845a49 100644 --- a/.github/workflows/translations-push.yml +++ b/.github/workflows/translations-push.yml @@ -33,7 +33,7 @@ jobs: shell: bash run: | FILE="cockatrice/cockatrice_en@source.ts" - DIRS="cockatrice/src $(find . -maxdepth 1 -type d -name 'libcockatrice_*')" + export DIRS="cockatrice/src $(find . -maxdepth 1 -type d -name 'libcockatrice_*')" FILE="$FILE" DIRS="$DIRS" .ci/update_translation_source_strings.sh - name: Update Oracle translation source