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