mirror of
https://github.com/TencentCloud/TencentDB-Agent-Memory
synced 2026-07-10 12:34:27 +00:00
Increase package size limit from 512KB to 2048KB
This commit is contained in:
@@ -120,7 +120,7 @@ jobs:
|
||||
TGZ=$(ls *.tgz | head -1)
|
||||
SIZE=$(stat -c%s "$TGZ" 2>/dev/null || stat -f%z "$TGZ")
|
||||
SIZE_KB=$((SIZE / 1024))
|
||||
MAX_KB=512
|
||||
MAX_KB=2048
|
||||
|
||||
echo "📦 Package: $TGZ"
|
||||
echo " Size: ${SIZE_KB} KB (limit: ${MAX_KB} KB)"
|
||||
|
||||
Reference in New Issue
Block a user