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