mirror of
https://github.com/MustardChef/WSABuilds.git
synced 2024-11-10 21:55:11 +01:00
fix: re-add out_file
This commit is contained in:
parent
9c79cb55e3
commit
95ee26620f
2
.github/workflows/magisk.yml
vendored
2
.github/workflows/magisk.yml
vendored
@ -273,6 +273,8 @@ jobs:
|
||||
|
||||
print(f"downloading link: {link}", flush=True)
|
||||
|
||||
out_file = "gapps.zip"
|
||||
|
||||
if not os.path.isfile(out_file):
|
||||
request.get(link)
|
||||
print("done", flush=True)
|
||||
|
Loading…
Reference in New Issue
Block a user