We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ace9066 commit af7e298Copy full SHA for af7e298
src/rustup.rs
@@ -170,7 +170,7 @@ impl Context {
170
171
let path = format!("archive/{}/", version);
172
173
- self.upload_rustup_artifacts(dist_dir, &path)
+ self.upload_rustup_artifacts(&dist_dir.join("dist"), &path)
174
}
175
176
fn promote_rustup_artifacts(&mut self, dist_dir: &Path) -> Result<(), Error> {
0 commit comments