Skip to content

Commit b71bf55

Browse files
authored
action: stringify file_ (#57)
Signed-off-by: Andrew Pan <[email protected]>
1 parent 3548791 commit b71bf55

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

action.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -202,7 +202,7 @@ def _fatal_help(msg):
202202
_fatal_help(f"input {file_} does not look like a file")
203203

204204
# Also upload artifact being signed for.
205-
signing_artifact_paths.append(file_)
205+
signing_artifact_paths.append(str(file_))
206206

207207
if not bundle_only and "--certificate" not in sigstore_sign_args:
208208
signing_artifact_paths.append(f"{file_}.crt")

0 commit comments

Comments
 (0)