已修改 .github/workflows/core_easy_update.yaml

已修改        .github/workflows/update_singbox_core.yaml
This commit is contained in:
juewuy
2026-01-20 19:09:01 +08:00
parent 7336e73354
commit 3d01ec827d
2 changed files with 18 additions and 14 deletions

View File

@@ -88,7 +88,7 @@ jobs:
git fetch --tags sekai
version=$(CGO_ENABLED=0 go run ./cmd/internal/read_tag)
[ -z "$version" ] && version=${{ inputs.tag2 }}
version=$(echo $version | sed 's/-reF1nd//')
version=$(echo $version | sed 's/-.*$//')
echo version=$version >> $GITHUB_OUTPUT
if [ -z "$TAGS" ];then
if [ "$REPO" = 'SagerNet/sing-box' ];then