Update core_auto_update.yml

This commit is contained in:
juewuy 2024-03-30 13:53:24 +08:00 committed by GitHub
parent 006d71b74b
commit 323b32ae0c
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -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
}