Skip to content

Commit

Permalink
Update GitHub org
Browse files Browse the repository at this point in the history
  • Loading branch information
alexarchambault committed Dec 10, 2021
1 parent 8ffe031 commit b2899d7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion build.sc
Original file line number Diff line number Diff line change
Expand Up @@ -97,5 +97,5 @@ def upload(directory: String = "artifacts/") = T.command {
if (version.endsWith("-SNAPSHOT")) ("launchers", true)
else ("v" + version, false)

Upload.upload("alexarchambault", "scalafmt-native-image", ghToken, tag, dryRun = false, overwrite = overwriteAssets)(launchers: _*)
Upload.upload("scala-cli", "scalafmt-native-image", ghToken, tag, dryRun = false, overwrite = overwriteAssets)(launchers: _*)
}

0 comments on commit b2899d7

Please sign in to comment.