From 86aa280c943d2d881b0266da2dafd845947f02f9 Mon Sep 17 00:00:00 2001 From: juewuy Date: Mon, 29 Dec 2025 09:58:07 +0800 Subject: [PATCH] =?UTF-8?q?~=E4=BF=AE=E5=A4=8D=E8=87=AA=E5=8A=A8=E7=BC=96?= =?UTF-8?q?=E8=AF=91singboxr=E5=86=85=E6=A0=B8=E7=89=88=E6=9C=AC=E5=BC=84?= =?UTF-8?q?=E6=B7=B7=E4=BA=86=E7=9A=84=E9=97=AE=E9=A2=98?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .github/workflows/core_auto_update.yml | 14 +++++++++++++- 1 file changed, 13 insertions(+), 1 deletion(-) diff --git a/.github/workflows/core_auto_update.yml b/.github/workflows/core_auto_update.yml index 2297dfd3..3cb5c69e 100644 --- a/.github/workflows/core_auto_update.yml +++ b/.github/workflows/core_auto_update.yml @@ -29,7 +29,7 @@ jobs: exit 1 fi - auto_update_singboxp_with_wg: + auto_update_singboxr_dev: needs: check_version if: ${{ success() }} permissions: write-all @@ -37,6 +37,18 @@ jobs: with: tag1: reF1nd/sing-box tag2: reF1nd-dev + tag3: singbox_core_dev_reF1nd + tag5: with_quic,with_dhcp,with_wireguard,with_tailscale,with_shadowsocksr,with_utls,with_clash_api,with_gvisor + secrets: inherit + + auto_update_singboxr_main: + needs: check_version + if: ${{ success() }} + permissions: write-all + uses: juewuy/ShellCrash/.github/workflows/update_singbox_core.yaml@dev + with: + tag1: reF1nd/sing-box + tag2: reF1nd-main tag3: singbox_core_reF1nd tag5: with_quic,with_dhcp,with_wireguard,with_tailscale,with_shadowsocksr,with_utls,with_clash_api,with_gvisor secrets: inherit