Skip to content

Commit

Permalink
append 'v' for version in upload path
Browse files Browse the repository at this point in the history
  • Loading branch information
rogerwang committed Nov 10, 2015
1 parent 49e5830 commit 03c04e1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tools/aws_uploader.py
Original file line number Diff line number Diff line change
Expand Up @@ -59,7 +59,7 @@
# it's for S3, so always use '/' here
#upload_path = ''.join(['/' + date,
# '/' + builder_name + '-build-' + build_number + '-' + got_revision])
upload_path = '/live-build/' + dlpath + '/' + nw_ver;
upload_path = '/live-build/' + dlpath + '/v' + nw_ver;

file_list = os.listdir(dist_dir)
if len(file_list) == 0:
Expand Down

0 comments on commit 03c04e1

Please sign in to comment.