Skip to content

Commit

Permalink
Fix update-download-page.zig for latest Zig
Browse files Browse the repository at this point in the history
  • Loading branch information
squeek502 committed May 5, 2024
1 parent 24e12eb commit b018c1a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/update-download-page.zig
Original file line number Diff line number Diff line change
Expand Up @@ -95,5 +95,5 @@ fn render(
line += 1;
}
}
try std.fs.cwd().writeFile(out_file, buffer.items);
try std.fs.cwd().writeFile(.{ .sub_path = out_file, .data = buffer.items });
}

0 comments on commit b018c1a

Please sign in to comment.