mirror of
https://github.com/LSPosed/MagiskOnWSALocal.git
synced 2025-09-02 10:41:17 +00:00
Fix typo
This commit is contained in:
parent
a12a3d6d24
commit
1f37fafcef
1 changed files with 1 additions and 1 deletions
2
.github/workflows/magisk.yml
vendored
2
.github/workflows/magisk.yml
vendored
|
@ -146,7 +146,7 @@ jobs:
|
|||
ver_no = zip_name.split("_")
|
||||
long_ver = ver_no[1]
|
||||
ver=long_ver.split(".")
|
||||
main_ver=ver[1]
|
||||
main_ver=ver[0]
|
||||
with open(os.environ['GITHUB_ENV'], 'a') as g:
|
||||
g.write(f'WSA_VER={long_ver}\n')
|
||||
with open(os.environ['GITHUB_ENV'], 'a') as g:
|
||||
|
|
Loading…
Add table
Reference in a new issue