Commit 2811923a authored by nanahira's avatar nanahira

Update src/pack-utility.sh

parent b6051006
......@@ -34,7 +34,7 @@ makeBuild() {
echo "Version: $appVersion"
currentPath="$PWD"
cd "$appPath"
result=$(tar --zstd -cvf - * | curl -sL -H "$header" -X POST "$apiRoot/release/api/build/$appName/${appVersion}${suffix}" -F file=@-)
result=$(tar -I 'zstd -T0' -cf - . | curl -sL -H "$header" -X POST "$apiRoot/release/api/build/$appName/${appVersion}${suffix}" -F file=@-)
handleErrorMessage "$result"
echo "$result" | jq .
cd ..
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment