mirror of
https://github.com/Mas0nShi/typoraCracker.git
synced 2023-07-10 13:41:20 +08:00
Update manual.yml
This commit is contained in:
8
.github/workflows/manual.yml
vendored
8
.github/workflows/manual.yml
vendored
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user