From b7a6ef7f15a2db7f6fb3127c76607fb6efebaacd Mon Sep 17 00:00:00 2001 From: YuCat-OVO <66810215+YuCat-OVO@users.noreply.github.com> Date: Fri, 1 Mar 2024 17:59:29 +0800 Subject: [PATCH] fox --- .github/workflows/version.yml | 2 +- get_version.py | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/version.yml b/.github/workflows/version.yml index d145f53..3109c96 100644 --- a/.github/workflows/version.yml +++ b/.github/workflows/version.yml @@ -28,7 +28,7 @@ jobs: pip install -r requirements.txt python get_version.py - - name: Git push assets to "main" branch + - name: Git push assets to "info" branch run: | if ! ([ -f "info.json" ] && [ -f "url.json" ]); then exit 1; else mkdir info; mv {info,url}.json info; cd info; fi git init diff --git a/get_version.py b/get_version.py index 27419cf..453cb1a 100644 --- a/get_version.py +++ b/get_version.py @@ -16,7 +16,7 @@ GLOBAL_VERSION = [ ] # 定义需要检测的版本号范围 -max_version = [4, 18, 10] +max_version = [4, 20, 0] min_version = [4, 17, 0] # 定义请求延时时间(秒)