packages.yml: one more small fix

This commit is contained in:
Ivan Max 2023-11-19 19:19:16 +03:00 committed by GitHub
parent 3123302fef
commit 526757fcdc
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -176,7 +176,7 @@ jobs:
repo=$(jq --raw-output '.["'${repo_path}'"].name' repo.json)
if [ -f ./built_${repo}_packages.txt ]; then
packages="$packages $(cat ./built_${repo}_packages.txt)"
packages="$packages $(cat ./built_${repo}_packages.txt | tr '\n' ' ')"
fi
done