mirror of https://github.com/gorhill/uBlock.git
Fix publishing script for Firefox dev build
This commit is contained in:
parent
5832141fd5
commit
1364e4836e
|
@ -226,6 +226,8 @@ with open(unsigned_xpi_filepath, 'rb') as f:
|
||||||
exit(1)
|
exit(1)
|
||||||
if not signing_check_response['files'] or len(signing_check_response['files']) == 0:
|
if not signing_check_response['files'] or len(signing_check_response['files']) == 0:
|
||||||
continue
|
continue
|
||||||
|
if not signing_check_response['files'][0]['signed']:
|
||||||
|
continue
|
||||||
if not signing_check_response['files'][0]['download_url']:
|
if not signing_check_response['files'][0]['download_url']:
|
||||||
print('Error: AMO signing failed')
|
print('Error: AMO signing failed')
|
||||||
print(response.text)
|
print(response.text)
|
||||||
|
|
Loading…
Reference in New Issue