mirror of
https://github.com/refactorinqq/SLC-1.8.9.git
synced 2024-11-10 08:31:32 +01:00
fix
This commit is contained in:
parent
8196bdacee
commit
ff4381f210
@ -120,7 +120,7 @@ async function build() {
|
|||||||
const formData = new FormData();
|
const formData = new FormData();
|
||||||
formData.append(
|
formData.append(
|
||||||
"jar",
|
"jar",
|
||||||
fs.createReadStream(buildPath + `/SilentClient.jar`)
|
fs.createReadStream(buildPath + `/client-${version}.jar`)
|
||||||
);
|
);
|
||||||
formData.append("version", commit);
|
formData.append("version", commit);
|
||||||
formData.append("branch", branch);
|
formData.append("branch", branch);
|
||||||
|
Loading…
Reference in New Issue
Block a user