We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 122f1b6 commit c049e2fCopy full SHA for c049e2f
.github/workflows/debian-packages.yml
@@ -38,7 +38,7 @@ jobs:
38
fi
39
echo "Building for distributions: $DISTROS"
40
# Convert to JSON array for matrix
41
- JSON_ARRAY=$(echo $DISTROS | jq -R 'split(",") | map(select(length > 0))')
+ JSON_ARRAY=$(echo "$DISTROS" | jq -R -c 'split(",") | map(select(length > 0))')
42
echo "distros=$JSON_ARRAY" >> $GITHUB_OUTPUT
43
44
generate-debian:
0 commit comments