Skip to content

Commit 2fd8755

Browse files
committed
release cicd: fix s3 path
1 parent 6924b68 commit 2fd8755

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tests/ci/release/extract-package-info.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -121,7 +121,7 @@ def main():
121121

122122
args = parser.parse_args()
123123

124-
s3_base_url = f"https://s3.amazonaws.com/{args.artifact_src_bucket}"
124+
s3_base_url = f"s3://{args.artifact_src_bucket}"
125125
folder_time = generate_time(args.folder_time)
126126

127127
run_details = get_run_details(args.workflow_url)

0 commit comments

Comments
 (0)