build_release: Adjust repo name

This commit is contained in:
Florian Bruhin 2017-04-14 18:09:01 +02:00
parent 68bb0f557f
commit 70e2963432

View File

@ -278,7 +278,7 @@ def github_upload(artifacts, tag):
with open(token_file, encoding='ascii') as f:
token = f.read().strip()
gh = github3.login(token=token)
repo = gh.repository('The-Compiler', 'qutebrowser')
repo = gh.repository('qutebrowser', 'qutebrowser')
release = None # to satisfy pylint
for release in repo.iter_releases():