From 96ebf47495033d7b78ac3e263712ce4392c9c798 Mon Sep 17 00:00:00 2001 From: softprops Date: Mon, 26 Aug 2019 00:22:09 -0400 Subject: [PATCH] https --- src/github.rs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/github.rs b/src/github.rs index a79773c..c584757 100644 --- a/src/github.rs +++ b/src/github.rs @@ -92,7 +92,7 @@ impl> AssetUploader for Client { ) -> Result> { Ok(self .post(&format!( - "http://uploads.github.com/repos/{}/releases/{}/assets", + "https://uploads.github.com/repos/{}/releases/{}/assets", github_repo, release_id )) .header("Authorization", format!("bearer {}", github_token))