Skip to content

Commit d2e081b

Browse files
committed
fix: workflow
1 parent b4c6b0a commit d2e081b

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

scripts/pack-utils/xpi.mjs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -38,7 +38,7 @@ async function packXpi(
3838
const idFile = join(releasePath, `${fileName}-id.txt`);
3939
// Move download file to output dir
4040
await rename(res[0], out);
41-
await writeFile(idFile, itemConfig.id);
41+
await writeFile(idFile, itemConfig.id, { encoding: 'utf-8' });
4242
return out;
4343
}
4444

0 commit comments

Comments
 (0)