Skip to content

Commit

Permalink
fix(app-updater): fix app-independent updater throwing HTTP 404
Browse files Browse the repository at this point in the history
  • Loading branch information
rhenwinch committed Jun 13, 2024
1 parent d222f44 commit 5c1484c
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 6 deletions.
5 changes: 0 additions & 5 deletions .idea/vcs.xml

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Original file line number Diff line number Diff line change
Expand Up @@ -40,6 +40,6 @@ interface GithubApiService {
* @param tag The tag name.
* @return A [GithubReleaseInfo] object.
*/
@GET("repos/$GITHUB_USERNAME/$GITHUB_REPOSITORY/releases/tags")
@GET("repos/$GITHUB_USERNAME/$GITHUB_REPOSITORY/tags")
suspend fun getTagsInfo(): List<GithubTagInfo>
}

0 comments on commit 5c1484c

Please sign in to comment.