We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 606707d commit 44bbecaCopy full SHA for 44bbeca
src/SourceRepositoryTypes/GithubRepositoryTypes/GithubBranchType.php
@@ -111,7 +111,8 @@ final public function getReleases(): Response
111
112
private function generateArchiveUrl(string $name): string
113
{
114
- return DIRECTORY_SEPARATOR.'repos'
+ return self::BASE_URL
115
+ .DIRECTORY_SEPARATOR.'repos'
116
.DIRECTORY_SEPARATOR.$this->config['repository_vendor']
117
.DIRECTORY_SEPARATOR.$this->config['repository_name']
118
.DIRECTORY_SEPARATOR.'zipball'
0 commit comments