sign-windows: await call to realpath

This commit is contained in:
Scott Nonnenberg
2023-11-03 14:01:43 -07:00
committed by GitHub
parent 1e19a4e5ee
commit 1be90fff3d

View File

@@ -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
execSync(`bash ${scriptPath} ${target}`, {