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
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

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}`, {