We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent b795475 commit 349d026Copy full SHA for 349d026
tools/distribute.js
@@ -20,7 +20,7 @@ uploadString(build, fs.readFileSync('./dist/animated_java.js', 'utf8')).then(
20
(snapshot) => {
21
console.log(
22
'Uploaded animated java to ',
23
- `builds/${process.argv[2]}/animated_java.js`
+ `builds/${process.argv[2].split(/\/|\\/).pop()}/animated_java.js`
24
)
25
}
26
0 commit comments