From 323b32ae0ca3ad1ac1d859310ce5d9a7072363af Mon Sep 17 00:00:00 2001 From: juewuy <61367819+juewuy@users.noreply.github.com> Date: Sat, 30 Mar 2024 13:53:24 +0800 Subject: [PATCH] Update core_auto_update.yml --- .github/workflows/core_auto_update.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/core_auto_update.yml b/.github/workflows/core_auto_update.yml index 928e844..647f833 100644 --- a/.github/workflows/core_auto_update.yml +++ b/.github/workflows/core_auto_update.yml @@ -21,7 +21,7 @@ jobs: git fetch --tags sekai version_new=$(CGO_ENABLED=0 go run ./cmd/internal/read_tag) version_old=$(curl -sSl https://github.com/juewuy/ShellCrash/releases/download/singbox_core_PuerNya/version) - [ $version_old = $version_new ] && { + [ "$version_old" = "$version_new" ] && { echo "未检查到版本更新,已退出!" exit 1 }