更新版本到 6.26.1
Build and Release / build-and-test (arm64) (push) Successful in 19s
Build and Release / build-and-test (amd64) (push) Successful in 22s
Build and Release / release (push) Successful in 34s

This commit is contained in:
2026-06-22 18:06:17 +08:00
parent 3114521a35
commit 97f3917a97
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.0 xxxig-proxy-amd64-linux-static-6.26.0.tar.gz"
echo "Example: $0 amd64 6.26.1 xxxig-proxy-amd64-linux-static-6.26.1.tar.gz"
exit 1
fi