From 2d106c7e4816abac38a6a03d2d4473ee459c0e15 Mon Sep 17 00:00:00 2001 From: Mason Shi <60805843+Mas0nShi@users.noreply.github.com> Date: Mon, 4 Apr 2022 13:42:01 +0800 Subject: [PATCH] Update manual.yml --- .github/workflows/manual.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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: