添加reF1nd内核自动编译
This commit is contained in:
6
.github/workflows/update_singbox_core.yaml
vendored
6
.github/workflows/update_singbox_core.yaml
vendored
@@ -82,10 +82,10 @@ jobs:
|
||||
[ -z "$version" ] && version=${{ inputs.tag2 }}
|
||||
echo version=$version >> $GITHUB_OUTPUT
|
||||
if [ -z "$TAGS" ];then
|
||||
if [ "$REPO" = 'PuerNya/sing-box' ];then
|
||||
echo tags=with_quic,with_utls,with_shadowsocksr,with_clash_api >> $GITHUB_OUTPUT
|
||||
else
|
||||
if [ "$REPO" = 'SagerNet/sing-box' ];then
|
||||
echo tags=with_quic,with_utls,with_clash_api >> $GITHUB_OUTPUT
|
||||
else
|
||||
echo tags=with_quic,with_utls,with_clash_api,with_shadowsocksr >> $GITHUB_OUTPUT
|
||||
fi
|
||||
else
|
||||
echo tags=$TAGS >> $GITHUB_OUTPUT
|
||||
|
||||
Reference in New Issue
Block a user