Update manual.yml

This commit is contained in:
Mason Shi
2022-04-03 22:34:17 +08:00
committed by GitHub
parent 1df0199b91
commit 53a9057a2c

View File

@@ -53,7 +53,7 @@ jobs:
- name: Check Latest Version
run: |
output=$(python check_version.py )
output=$(python auto-analysis/check_version.py )
echo '::set-output name=LATEST_VERSION::$output'
create-release: