From 52c7316b266c028bb39a72c162181adbdcdbfde3 Mon Sep 17 00:00:00 2001 From: GoncaloGarcia Date: Wed, 23 Apr 2025 15:36:35 +0100 Subject: [PATCH] Disable KV write --- github_release.py | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/github_release.py b/github_release.py index c3a71739..7a694eef 100755 --- a/github_release.py +++ b/github_release.py @@ -201,9 +201,9 @@ def upload_asset(release, filepath, filename, release_version, kv_account_id, na binary_path = os.path.join(os.getcwd(), 'cfd', 'cloudflared') # send the sha256 (the checksum) to workers kv - logging.info("Uploading sha256 checksum for: %s", filename) - pkg_hash = get_sha256(binary_path) - send_hash(pkg_hash, filename, release_version, kv_account_id, namespace_id, kv_api_token) + # logging.info("Uploading sha256 checksum for: %s", filename) + # pkg_hash = get_sha256(binary_path) + #send_hash(pkg_hash, filename, release_version, kv_account_id, namespace_id, kv_api_token) def move_asset(filepath, filename): # create the artifacts directory if it doesn't exist