diff --git a/src/github.rs b/src/github.rs index 1532f10..10764e5 100644 --- a/src/github.rs +++ b/src/github.rs @@ -90,7 +90,7 @@ impl> AssetUploader for Client { ) -> Result> { 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))