diff --git a/.github/workflows/manual.yml b/.github/workflows/manual.yml index 3ef02b8..0af91ed 100644 --- a/.github/workflows/manual.yml +++ b/.github/workflows/manual.yml @@ -50,7 +50,7 @@ jobs: run: | python3 auto-analysis/check_version.py output="$(cat auto-analysis/win/x64/LATEST_VERSION)" - echo $output + echo "$output" echo '::set-output name=LATEST_VERSION::$output' create_release: