From ec862498e3486e65f3549e1a1a0484da528ef01d Mon Sep 17 00:00:00 2001 From: Emmanuel Engelhart Date: Thu, 19 Dec 2024 16:49:11 +0100 Subject: [PATCH] Avoid upload via scp --- .github/scripts/common.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/scripts/common.py b/.github/scripts/common.py index 301f911e..592fa7ab 100644 --- a/.github/scripts/common.py +++ b/.github/scripts/common.py @@ -384,7 +384,7 @@ def upload_archive(archive, project, make_release, dev_branch=None): # If somehow we try to upload twice the same archive, scp will fails. archive.chmod(0o444) - upload(archive, host, dest_path) +# upload(archive, host, dest_path) # This remove "share/doc" and "share/man" from the thing to copy in the deps archive