Skip to content

Commit 204b562

Browse files
committed
fix filename
1 parent f1b66f0 commit 204b562

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

githubhelper.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66
fn = 'pkg/https-everywhere-%s.crx' % VERSION
77

88
results = json.load(urllib.urlopen('https://api.github.com/repos/aaronsw/https-everywhere/downloads?access_token=%s' % oauth_token, json.dumps(dict(
9-
name=fn,
9+
name=fn.split('/')[-1],
1010
size=os.stat(fn).st_size,
1111
description='Release of version %s' % VERSION,
1212
content_type='application/x-chrome-extension'

0 commit comments

Comments
 (0)