Fix build

This commit is contained in:
LoveSy 2021-10-26 19:33:26 +08:00
parent dde55916d4
commit 796c10de02

View File

@ -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):