Skip to content

Commit af7e298

Browse files
committed
Fix archiving of rustup artifacts
1 parent ace9066 commit af7e298

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Diff for: src/rustup.rs

+1-1
Original file line numberDiff line numberDiff line change
@@ -170,7 +170,7 @@ impl Context {
170170

171171
let path = format!("archive/{}/", version);
172172

173-
self.upload_rustup_artifacts(dist_dir, &path)
173+
self.upload_rustup_artifacts(&dist_dir.join("dist"), &path)
174174
}
175175

176176
fn promote_rustup_artifacts(&mut self, dist_dir: &Path) -> Result<(), Error> {

0 commit comments

Comments
 (0)