From 42179c97eda1d9c4e027c2dbf3abb1e7b0d8b2ba Mon Sep 17 00:00:00 2001
From: Andrew Pan
Date: Fri, 24 Mar 2023 11:01:32 -0500
Subject: [PATCH] action: deduplicate release artifact upload
Signed-off-by: Andrew Pan
---
action.py | 1 -
1 file changed, 1 deletion(-)
diff --git a/action.py b/action.py
index 3a82cf2..a791b02 100755
--- a/action.py
+++ b/action.py
@@ -188,7 +188,6 @@ def _fatal_help(msg):
for filetype in ["zip", "tar.gz"]:
artifact = _download_ref_asset(filetype)
if artifact is not None:
- signing_artifact_paths.append(artifact)
inputs.append(artifact)
bundle_only = os.getenv("GHA_SIGSTORE_PYTHON_BUNDLE_ONLY") == "true"