summaryrefslogtreecommitdiff
path: root/build.sc
diff options
context:
space:
mode:
Diffstat (limited to 'build.sc')
-rwxr-xr-xbuild.sc5
1 files changed, 2 insertions, 3 deletions
diff --git a/build.sc b/build.sc
index 0201f076..c77a9eda 100755
--- a/build.sc
+++ b/build.sc
@@ -239,10 +239,9 @@ def uploadToGithub(assembly: Path, authKey: String, release: String, label: Stri
)
.header("Authorization", "token " + authKey)
.asString
-
-
- upload.apply(assembly, release, label, authKey)
}
+
+ upload.apply(assembly, release, label, authKey)
}
def releaseCI(githubAuthKey: String,