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