diff --git a/dev.toml b/dev.toml index 09b8cfe..1d81513 100644 --- a/dev.toml +++ b/dev.toml @@ -126,7 +126,11 @@ builder = "local" git_provider = "git.komo.do" repo = "moghtech/build" on_clone.command = """ -bash ./upload-binaries.sh [[KOMODO_DEV_TAG]] ghcr.io/moghtech/binaries:latest-dev [[KOMODO_DEV_VERSION]] [[KOMODO_GIT_TOKEN]] +bash ./upload-binaries.sh \ + [[KOMODO_DEV_TAG]] \ + ghcr.io/moghtech/binaries:latest-dev \ + [[KOMODO_DEV_VERSION]] \ + [[KOMODO_GIT_TOKEN]] """ ##