From 785b3bcd493e92ae3448a635cf2f83e1df23d601 Mon Sep 17 00:00:00 2001 From: Mason Shi <60805843+Mas0nShi@users.noreply.github.com> Date: Mon, 4 Apr 2022 13:17:29 +0800 Subject: [PATCH] Update manual.yml --- .github/workflows/manual.yml | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/.github/workflows/manual.yml b/.github/workflows/manual.yml index 1c8c1c1..19aefae 100644 --- a/.github/workflows/manual.yml +++ b/.github/workflows/manual.yml @@ -54,9 +54,9 @@ jobs: - name: Check Latest Version id: checkVersion run: | - output=$(python3 auto-analysis/check_version.py) - echo '::set-output name=LATEST_VERSION::$output' - + output=$(python3 auto-analysis/check_version.py) + echo $output + echo '::set-output name=LATEST_VERSION::$output' create_release: needs: check_version @@ -102,7 +102,7 @@ jobs: run: | python3 auto-analysis/patch.py - tar -zcvf typoraCracker.tar.gz auto-analysis/win/x64/build/* + tar -zcvf auto-analysis/win/x64/build/typoraCracker.tar.gz auto-analysis/win/x64/build/* - name: Check release version id: checkReleaseVersion