Skip to content

Commit 3a15dc1

Browse files
committed
debug
1 parent 083e0a7 commit 3a15dc1

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

Diff for: dev/release/download_rc_binaries.py

+3
Original file line numberDiff line numberDiff line change
@@ -349,6 +349,9 @@ def is_target(path):
349349
)
350350
args = parser.parse_args()
351351

352+
print(f"tag: {args.tag}")
353+
print(f"repo: {args.repository}")
354+
print(f"type: {args.package_type}")
352355
download_rc_binaries(
353356
args.version,
354357
args.rc_number,

0 commit comments

Comments
 (0)