Skip to content

Commit ee654f5

Browse files
authored
update directory writer
1 parent 0b3ae03 commit ee654f5

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/directory.jule

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -98,7 +98,7 @@ fn isIgnorePath(path: str): bool {
9898

9999
fn createDirectoryMd() {
100100
const MdPath = "./DIRECTORY.md"
101-
os::WriteFile(MdPath, unsafe { Table.Buf() }, 0o660) else {
101+
os::WriteFileSync(MdPath, unsafe { Table.Buf() }, 0o660) else {
102102
workflowFailed("a problem occurs when creating " + MdPath)
103103
}
104104
}

0 commit comments

Comments
 (0)