forked from mirrors/action-gh-release
https
This commit is contained in:
parent
32614434e4
commit
96ebf47495
1 changed files with 1 additions and 1 deletions
|
@ -92,7 +92,7 @@ impl<A: Into<Body>> AssetUploader<A> for Client {
|
||||||
) -> Result<StatusCode, Box<dyn Error>> {
|
) -> Result<StatusCode, Box<dyn Error>> {
|
||||||
Ok(self
|
Ok(self
|
||||||
.post(&format!(
|
.post(&format!(
|
||||||
"http://uploads.github.com/repos/{}/releases/{}/assets",
|
"https://uploads.github.com/repos/{}/releases/{}/assets",
|
||||||
github_repo, release_id
|
github_repo, release_id
|
||||||
))
|
))
|
||||||
.header("Authorization", format!("bearer {}", github_token))
|
.header("Authorization", format!("bearer {}", github_token))
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue