diff --git a/.github/workflows/manual.yml b/.github/workflows/manual.yml index dd0a4df..1c8c1c1 100644 --- a/.github/workflows/manual.yml +++ b/.github/workflows/manual.yml @@ -52,6 +52,7 @@ jobs: radare2/sys/install.sh - name: Check Latest Version + id: checkVersion run: | output=$(python3 auto-analysis/check_version.py) echo '::set-output name=LATEST_VERSION::$output'