Skip to content

Commit

Permalink
Fix upload destination for Rustup manifest
Browse files Browse the repository at this point in the history
  • Loading branch information
jdno committed Oct 1, 2024
1 parent 89f7324 commit f82d531
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion src/rustup.rs
Original file line number Diff line number Diff line change
Expand Up @@ -212,6 +212,9 @@ version = '{}'
.arg("cp")
.arg("--only-show-errors")
.arg(manifest_path)
.arg(&self.s3_artifacts_url("release-stable.toml")))
.arg(format!(
"s3://{}/{}/release-stable.toml",
self.config.upload_bucket, self.config.upload_dir
)))
}
}

0 comments on commit f82d531

Please sign in to comment.