更新版本到 6.26.2
Build and Release / build-and-test (arm64) (push) Successful in 1m18s
Build and Release / build-and-test (amd64) (push) Successful in 21s
Build and Release / release (push) Successful in 32s

This commit is contained in:
2026-06-22 18:57:27 +08:00
parent 97f3917a97
commit d1d1e58290
4 changed files with 10 additions and 10 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 6.26.1 xxxig-proxy-amd64-linux-static-6.26.1.tar.gz"
echo "Example: $0 amd64 6.26.2 xxxig-proxy-amd64-linux-static-6.26.2.tar.gz"
exit 1
fi