build_release: Adjust repo name
This commit is contained in:
parent
68bb0f557f
commit
70e2963432
@ -278,7 +278,7 @@ def github_upload(artifacts, tag):
|
|||||||
with open(token_file, encoding='ascii') as f:
|
with open(token_file, encoding='ascii') as f:
|
||||||
token = f.read().strip()
|
token = f.read().strip()
|
||||||
gh = github3.login(token=token)
|
gh = github3.login(token=token)
|
||||||
repo = gh.repository('The-Compiler', 'qutebrowser')
|
repo = gh.repository('qutebrowser', 'qutebrowser')
|
||||||
|
|
||||||
release = None # to satisfy pylint
|
release = None # to satisfy pylint
|
||||||
for release in repo.iter_releases():
|
for release in repo.iter_releases():
|
||||||
|
Loading…
Reference in New Issue
Block a user