diff --git a/.github/scripts/create-repo.sh b/.github/scripts/create-repo.sh index 1f4c9ba9d..93fe3be7e 100755 --- a/.github/scripts/create-repo.sh +++ b/.github/scripts/create-repo.sh @@ -43,7 +43,7 @@ for APK in ${APKS[@]}; do done | jq -sr '[.[]]' > index.json # Alternate minified copy -cat index.json | jq -scr '.' > index.min.json +jq -c '.' < index.json > index.min.json # Alternate gzipped copy gzip -c index.json > index.json.gz