Skip to content

Commit fe894b0

Browse files
committed
test uploader
1 parent fc13c81 commit fe894b0

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

uploader.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@ function readProp(key) {
2727
const version = readProp("mod_version");
2828

2929
function changelog(version) {
30-
const raw = fs.readFileSync("CHANGELOG.md", "utf8");
30+
const raw = fs.readFileSync("CHANGELOG.MD", "utf8");
3131
const lines = raw.split("\n");
3232
let thisVersion = "";
3333
let inside = false;

0 commit comments

Comments
 (0)