From b8f870e55f92e35978dd24c8cf9e523b19b06432 Mon Sep 17 00:00:00 2001 From: Mason Shi <60805843+Mas0nShi@users.noreply.github.com> Date: Mon, 4 Apr 2022 13:45:57 +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 619e271..c89409a 100644 --- a/.github/workflows/manual.yml +++ b/.github/workflows/manual.yml @@ -51,7 +51,7 @@ jobs: python3 auto-analysis/check_version.py output="$(cat auto-analysis/win/x64/LATEST_VERSION)" echo "$output" - echo '::set-output name=LATEST_VERSION::$output' + echo "::set-output name=LATEST_VERSION::$output" create_release: needs: check_version