diff --git a/publish.py b/publish.py index 720c044..63a72d2 100644 --- a/publish.py +++ b/publish.py @@ -63,6 +63,7 @@ def publish_profile(self, profile, zip_suffix): print("\n---") print(f"Zipping {profile} ...") + print(zipPath) p = Process(target=create_zip, args=(zipPath, zipFolder)) p.start() self.zip_threads.append(p)