diff --git a/ci/tasks/extract-and-verify-translations.yml b/ci/tasks/extract-and-verify-translations.yml index 60e0358..367936f 100644 --- a/ci/tasks/extract-and-verify-translations.yml +++ b/ci/tasks/extract-and-verify-translations.yml @@ -28,7 +28,7 @@ run: pushd tmpdir unzip ../slack-attachment/translations.zip - for file in $(ls *.json); do + for file in $(ls cfcli/*.json); do jq -S --raw-output . $file > ../new-translations/$file done popd