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