mirror of
https://github.com/LBRYFoundation/lbry-desktop.git
synced 2025-08-31 09:21:27 +00:00
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',
|
'-X', 'POST',
|
||||||
'-u', ':{}'.format(os.environ['GH_TOKEN']),
|
'-u', ':{}'.format(os.environ['GH_TOKEN']),
|
||||||
'--header', 'Content-Type:application/octet-stream',
|
'--header', 'Content-Type:application/octet-stream',
|
||||||
'--data-binary', '@{}'.format(asset_to_upload),
|
'--data-binary', str('@{}'.format(asset_to_upload)),
|
||||||
upload_uri
|
str(upload_uri)
|
||||||
]
|
]
|
||||||
print 'Calling curl:'
|
print 'Calling curl:'
|
||||||
print cmd
|
print cmd
|
||||||
|
|
Loading…
Add table
Reference in a new issue