Fix package build (#703)

This commit is contained in:
Semyon Bezrukov
2023-06-29 13:48:44 +03:00
committed by GitHub
parent 0f1dcb88d4
commit 2062bd0b92

View File

@ -239,7 +239,7 @@ def make_update_files():
changes_dir = common.workspace_dir + "\\" + utils.get_path(branding.desktop_changes_dir) + "\\" + common.version
if common.deploy:
if common.deploy and utils.glob_path(changes_dir + "\\*.html"):
utils.log_h2("desktop update files deploy")
ret = aws_s3_upload(
utils.glob_path(changes_dir + "\\*.html"),