diff --git a/build.py b/build.py index 00353a8..5bbacc0 100644 --- a/build.py +++ b/build.py @@ -36,7 +36,7 @@ if not os.path.exists('./dist/'): os.mkdir('./dist/') -with ZipFile(f"node-rlbot-{latest_lts['version']}-{latest_lts['lts']}}.zip", 'w') as zipObj: +with ZipFile(f"./dist/node-rlbot-{latest_lts['version']}-{latest_lts['lts']}.zip", 'w') as zipObj: # Iterate over all the files in directory for folderName, subfolders, filenames in os.walk('./build/'): for filename in filenames: