Skip to content

Commit f420838

Browse files
committed
Fix path for rustup artifact upload
1 parent bbff20e commit f420838

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/rustup.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -183,7 +183,7 @@ impl Context {
183183
.arg("cp")
184184
.arg("--recursive")
185185
.arg("--only-show-errors")
186-
.arg(format!("{}/", dist_dir.display()))
186+
.arg(format!("{}/dist/", dist_dir.display()))
187187
.arg(&release_bucket_url))
188188
}
189189

0 commit comments

Comments
 (0)