Release Auth Tools v0.3.1
This commit is contained in:
@@ -126,7 +126,11 @@ try {
|
||||
stagedArchive,
|
||||
...sourceFiles.map((file) => file.relative),
|
||||
],
|
||||
{ cwd: stagedTree, maxBuffer: 1024 * 1024 },
|
||||
{
|
||||
cwd: stagedTree,
|
||||
env: { ...process.env, TZ: "UTC" },
|
||||
maxBuffer: 1024 * 1024,
|
||||
},
|
||||
);
|
||||
const archive = await readFile(stagedArchive);
|
||||
const digest = createHash("sha256").update(archive).digest("hex");
|
||||
|
||||
Reference in New Issue
Block a user