更新
Build and Release / build-and-test (arm64, alpine) (push) Failing after -37s
Build and Release / build-and-test (amd64, alpine) (push) Failing after -2m5s
Build and Release / build-and-test (amd64, ubuntu) (push) Failing after -1m8s
Build and Release / build-and-test (arm64, ubuntu) (push) Failing after 1m25s
Build and Release / release (push) Has been skipped

This commit is contained in:
2026-04-14 10:23:25 +08:00
parent 9afe4a8649
commit 46d8acb78f
26 changed files with 2 additions and 1282 deletions
+1 -1
View File
@@ -4,7 +4,7 @@ set -e
# 参数检查
if [ $# -ne 3 ]; then
echo "Usage: $0 <ARCH> <VERSION> <TARGZ_FILE>"
echo "Example: $0 amd64 3.4.8-xg1 xxxigcc-proxy-amd64-ubuntu-3.4.8-xg1.tar.gz"
echo "Example: $0 amd64 3.4.9-xg1 xxxigcc-proxy-amd64-ubuntu-3.4.9-xg1.tar.gz"
exit 1
fi