mirror of
https://github.com/MustardChef/WSABuilds.git
synced 2024-12-25 02:41:48 +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)
|
print(f"downloading link: {link}", flush=True)
|
||||||
|
|
||||||
|
out_file = "gapps.zip"
|
||||||
|
|
||||||
if not os.path.isfile(out_file):
|
if not os.path.isfile(out_file):
|
||||||
request.get(link)
|
request.get(link)
|
||||||
print("done", flush=True)
|
print("done", flush=True)
|
||||||
|
Loading…
Reference in New Issue
Block a user