Skip to content

Commit 24d43bc

Browse files
authored
Update distribute.js
1 parent 7b8e00b commit 24d43bc

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.env.GITHUB_REF}/animated_java.js`
2424
)
2525
}
2626
)

0 commit comments

Comments
 (0)