fix assets url
This commit is contained in:
parent
9003b6a3e7
commit
1cddac2999
1 changed files with 1 additions and 1 deletions
|
@ -90,7 +90,7 @@ impl<A: Into<Body>> AssetUploader<A> for Client {
|
|||
) -> Result<StatusCode, Box<dyn Error>> {
|
||||
Ok(self
|
||||
.post(&format!(
|
||||
"http://uploads.github.com/repos/{}/releases/{}",
|
||||
"http://uploads.github.com/repos/{}/releases/{}/assets",
|
||||
github_repo, release_id
|
||||
))
|
||||
.header("Authorization", format!("bearer {}", github_token))
|
||||
|
|
Loading…
Reference in a new issue