Update upload_asset.py
This commit is contained in:
parent
1b51cd8d33
commit
1c664f79eb
1 changed files with 1 additions and 1 deletions
|
@ -43,7 +43,7 @@ if not (repo_name and api_key and release_name):
|
|||
|
||||
gh = Github(api_key)
|
||||
print(repo_name, api_key)
|
||||
repo = gh.get_repo(f"parchlinuxb/{repo_name}")
|
||||
repo = gh.get_repo(f"parchlinuxB/{repo_name}")
|
||||
|
||||
release = repo.get_release(release_name)
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue