Skip to content

Commit

Permalink
fix missing github branch-based archiveUrl host (#422)
Browse files Browse the repository at this point in the history
  • Loading branch information
ruaq committed Jan 29, 2023
1 parent 606707d commit 44bbeca
Showing 1 changed file with 2 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -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'
Expand Down

0 comments on commit 44bbeca

Please sign in to comment.