Skip to content

Commit f802438

Browse files
authored
action: deduplicate release artifact upload (#60)
Signed-off-by: Andrew Pan <[email protected]>
1 parent fd04d37 commit f802438

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

action.py

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -188,7 +188,6 @@ def _fatal_help(msg):
188188
for filetype in ["zip", "tar.gz"]:
189189
artifact = _download_ref_asset(filetype)
190190
if artifact is not None:
191-
signing_artifact_paths.append(artifact)
192191
inputs.append(artifact)
193192

194193
bundle_only = os.getenv("GHA_SIGSTORE_PYTHON_BUNDLE_ONLY") == "true"

0 commit comments

Comments
 (0)