Skip to content

Commit df6a769

Browse files
Fix upload repo name
1 parent 261a4d5 commit df6a769

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

build.sc

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -339,7 +339,7 @@ object ci extends Module {
339339
if (version.endsWith("-SNAPSHOT")) ("launchers", true)
340340
else ("v" + version, false)
341341

342-
Upload.upload("scala-cli", "scala-js-cli-native-image", ghToken, tag, dryRun = false, overwrite = overwriteAssets)(launchers: _*)
342+
Upload.upload("scala-cli", "scala-js-cli", ghToken, tag, dryRun = false, overwrite = overwriteAssets)(launchers: _*)
343343
}
344344

345345
def testCli() = {

0 commit comments

Comments
 (0)