still flailing
This commit is contained in:
parent
26391cb935
commit
a11949608a
1 changed files with 2 additions and 2 deletions
|
@ -112,8 +112,8 @@ def _upload_asset(release, asset_to_upload, token):
|
|||
'-X', 'POST',
|
||||
'-u', ':{}'.format(os.environ['GH_TOKEN']),
|
||||
'--header', 'Content-Type:application/octet-stream',
|
||||
'--data-binary', '@{}'.format(asset_to_upload),
|
||||
upload_uri
|
||||
'--data-binary', str('@{}'.format(asset_to_upload)),
|
||||
str(upload_uri)
|
||||
]
|
||||
print 'Calling curl:'
|
||||
print cmd
|
||||
|
|
Loading…
Reference in a new issue