From 4f9b066015d3ef17d850b9e1be8a8f7b2c8cf632 Mon Sep 17 00:00:00 2001 From: juewuy <61367819+juewuy@users.noreply.github.com> Date: Sun, 1 Mar 2026 08:44:09 +0800 Subject: [PATCH] =?UTF-8?q?=E6=9B=B4=E6=96=B0=20core=5Feasy=5Fupdate.yaml?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .github/workflows/core_easy_update.yaml | 1 + 1 file changed, 1 insertion(+) diff --git a/.github/workflows/core_easy_update.yaml b/.github/workflows/core_easy_update.yaml index 99012f31..635e8184 100644 --- a/.github/workflows/core_easy_update.yaml +++ b/.github/workflows/core_easy_update.yaml @@ -20,6 +20,7 @@ jobs: [ "${{ inputs.tag1 }}" = singbox ] && repo="SagerNet/sing-box" [ "${{ inputs.tag1 }}" = singboxr ] && repo="SagerNet/sing-box" latest_tag=$(curl -s "https://api.github.com/repos/$repo/releases/latest" | jq -r .tag_name) +{{ inputs.tag1 }}" = singboxr ] && latest_tag="${latest_tag}-reF1nd" echo "version=$latest_tag" >> $GITHUB_OUTPUT update_meta_upx: