mirror of
https://github.com/MustardChef/WSABuilds.git
synced 2024-11-13 07:05:10 +01:00
Fix build
This commit is contained in:
parent
dde55916d4
commit
796c10de02
2
.github/workflows/magisk.yml
vendored
2
.github/workflows/magisk.yml
vendored
@ -52,7 +52,7 @@ jobs:
|
||||
if not os.path.isfile(zip_name):
|
||||
print(f"unzipping to {zip_name}", flush=True)
|
||||
zip.extract(f)
|
||||
break
|
||||
break
|
||||
|
||||
with zipfile.ZipFile(zip_name) as zip:
|
||||
if not os.path.isdir(arch):
|
||||
|
Loading…
Reference in New Issue
Block a user