sign-windows: await call to realpath
This commit is contained in:
parent
1e19a4e5ee
commit
1be90fff3d
1 changed files with 1 additions and 1 deletions
|
@ -22,7 +22,7 @@ export async function sign(
|
||||||
);
|
);
|
||||||
}
|
}
|
||||||
|
|
||||||
const target = realpath(configuration.path);
|
const target = await realpath(configuration.path);
|
||||||
|
|
||||||
// The script will update the file in-place
|
// The script will update the file in-place
|
||||||
execSync(`bash ${scriptPath} ${target}`, {
|
execSync(`bash ${scriptPath} ${target}`, {
|
||||||
|
|
Loading…
Reference in a new issue