diff --git a/src/SourceRepositoryTypes/GithubRepositoryTypes/GithubBranchType.php b/src/SourceRepositoryTypes/GithubRepositoryTypes/GithubBranchType.php index eeafe03..1f85ecb 100644 --- a/src/SourceRepositoryTypes/GithubRepositoryTypes/GithubBranchType.php +++ b/src/SourceRepositoryTypes/GithubRepositoryTypes/GithubBranchType.php @@ -111,7 +111,8 @@ final public function getReleases(): Response private function generateArchiveUrl(string $name): string { - return DIRECTORY_SEPARATOR.'repos' + return self::BASE_URL + .DIRECTORY_SEPARATOR.'repos' .DIRECTORY_SEPARATOR.$this->config['repository_vendor'] .DIRECTORY_SEPARATOR.$this->config['repository_name'] .DIRECTORY_SEPARATOR.'zipball'