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