Skip to content

Commit 349d026

Browse files
authored
Update distribute.js
1 parent b795475 commit 349d026

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tools/distribute.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ uploadString(build, fs.readFileSync('./dist/animated_java.js', 'utf8')).then(
2020
(snapshot) => {
2121
console.log(
2222
'Uploaded animated java to ',
23-
`builds/${process.argv[2]}/animated_java.js`
23+
`builds/${process.argv[2].split(/\/|\\/).pop()}/animated_java.js`
2424
)
2525
}
2626
)

0 commit comments

Comments
 (0)