diff --git a/.github/workflows/CI.yml b/.github/workflows/CI.yml index 18e857e9..0969a2fc 100644 --- a/.github/workflows/CI.yml +++ b/.github/workflows/CI.yml @@ -6,10 +6,11 @@ on: - master paths: - src/client/** + tags-ignore: + - v* pull_request: types: - opened - - edited - synchronize jobs: @@ -77,4 +78,4 @@ jobs: - name: Upload uses: docker://rclone/rclone:1 with: - args: --config rclone.conf copy yobot.exe remote:pan/yobot/test/${{ github.run_id }}/ + args: --config rclone.conf copy yobot.exe remote:pan/yobot/test/${{ github.run_number }}/ diff --git a/.github/workflows/windows-exe-build.yml b/.github/workflows/windows-exe-build.yml index c8d56217..670c0772 100644 --- a/.github/workflows/windows-exe-build.yml +++ b/.github/workflows/windows-exe-build.yml @@ -31,7 +31,7 @@ jobs: echo ::group::Install Dependencies pip install wheel - pip install pyinstaller -r .\src\client\requirements.txt + pip install pyinstaller -r requirements.txt echo ::endgroup:: echo ::group::Build Binary diff --git a/src/client/yobot.py b/src/client/yobot.py index d8dafa02..132a27b7 100644 --- a/src/client/yobot.py +++ b/src/client/yobot.py @@ -38,8 +38,8 @@ class Yobot: - Version = "[v3.6.10]" # semver - Version_id = 240 + Version = "[v3.6.11]" # semver + Version_id = 253 # "git rev-list --count HEAD" def __init__(self, *,