添加with_utls尝试编译

This commit is contained in:
juewuy
2025-11-24 20:04:19 +08:00
parent 96845d7486
commit 67c99ba1c4

View File

@@ -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