mirror of
https://github.com/MustardChef/WSABuilds.git
synced 2024-11-30 07:04:14 +01:00
Fix typo
This commit is contained in:
parent
a12a3d6d24
commit
1f37fafcef
2
.github/workflows/magisk.yml
vendored
2
.github/workflows/magisk.yml
vendored
@ -146,7 +146,7 @@ jobs:
|
|||||||
ver_no = zip_name.split("_")
|
ver_no = zip_name.split("_")
|
||||||
long_ver = ver_no[1]
|
long_ver = ver_no[1]
|
||||||
ver=long_ver.split(".")
|
ver=long_ver.split(".")
|
||||||
main_ver=ver[1]
|
main_ver=ver[0]
|
||||||
with open(os.environ['GITHUB_ENV'], 'a') as g:
|
with open(os.environ['GITHUB_ENV'], 'a') as g:
|
||||||
g.write(f'WSA_VER={long_ver}\n')
|
g.write(f'WSA_VER={long_ver}\n')
|
||||||
with open(os.environ['GITHUB_ENV'], 'a') as g:
|
with open(os.environ['GITHUB_ENV'], 'a') as g:
|
||||||
|
Loading…
Reference in New Issue
Block a user