mirror of
https://github.com/rust-lang/rust.git
synced 2024-11-01 15:01:51 +00:00
Fix runnable cwd on Windows
This commit is contained in:
parent
2d66f6df25
commit
9dc38214c0
@ -74,7 +74,7 @@ export class Cargo {
|
||||
artifacts.push({
|
||||
fileName: message.executable,
|
||||
name: message.target.name,
|
||||
workspace: message.manifest_path.replace(/\/Cargo\.toml$/, ""),
|
||||
workspace: path.dirname(message.manifest_path),
|
||||
kind: message.target.kind[0],
|
||||
isTest: message.profile.test,
|
||||
});
|
||||
|
Loading…
Reference in New Issue
Block a user