Skip to content

Commit

Permalink
Avoid upload via scp
Browse files Browse the repository at this point in the history
  • Loading branch information
kelson42 committed Dec 19, 2024
1 parent 39f2e86 commit ec86249
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/scripts/common.py
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit ec86249

Please sign in to comment.