fix-broken-build-workflow #36

Merged
Josh merged 12 commits from fix-broken-build-workflow into main 2025-08-26 21:23:09 +00:00
Showing only changes of commit 81bd918434 - Show all commits

View File

@@ -12,6 +12,9 @@ class Packager:
ignore_patterns=None
):
package_dir = "./deploy/package"
os.makedirs(package_dir, exist_ok=True)
timestamp = datetime.now().strftime("%Y%m%d%H%M")
filename = f"{timestamp}.{name}.zip"
self.outfile = os.path.join("./deploy/package", filename)