From 67c99ba1c443381407a1d49d81209a7a0ec2682c Mon Sep 17 00:00:00 2001 From: juewuy Date: Mon, 24 Nov 2025 20:04:19 +0800 Subject: [PATCH] =?UTF-8?q?=E6=B7=BB=E5=8A=A0with=5Futls=E5=B0=9D=E8=AF=95?= =?UTF-8?q?=E7=BC=96=E8=AF=91?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .github/workflows/update_singbox_core.yaml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/update_singbox_core.yaml b/.github/workflows/update_singbox_core.yaml index 360daed..ea6b96f 100644 --- a/.github/workflows/update_singbox_core.yaml +++ b/.github/workflows/update_singbox_core.yaml @@ -83,9 +83,9 @@ jobs: echo version=$version >> $GITHUB_OUTPUT if [ -z "$TAGS" ];then if [ "$REPO" = 'PuerNya/sing-box' ];then - echo tags=with_quic,with_shadowsocksr,with_clash_api >> $GITHUB_OUTPUT + echo tags=with_quic,with_utls,with_shadowsocksr,with_clash_api >> $GITHUB_OUTPUT else - echo tags=with_quic,with_clash_api >> $GITHUB_OUTPUT + echo tags=with_quic,with_utls,with_clash_api >> $GITHUB_OUTPUT fi else echo tags=$TAGS >> $GITHUB_OUTPUT