We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 8be349e commit c0db3aaCopy full SHA for c0db3aa
llvm/utils/release/github-upload-release.py
@@ -69,7 +69,7 @@ def upload_files(repo, release, files):
69
args = parser.parse_args()
70
71
github = github.Github(args.token)
72
-llvm_repo = github.get_organization('tstellar').get_repo('llvm-project')
+llvm_repo = github.get_repo('tstellar/llvm-project')
73
74
if args.command == 'create':
75
create_release(llvm_repo, args.release)
0 commit comments