[Komodo] Commit Sync: update release.toml

This commit is contained in:
komodo
2024-12-02 07:42:42 +00:00
parent 6c25809685
commit cbf781cd96

View File

@ -120,7 +120,8 @@ name = "Build Release Images + Publish Binaries"
enabled = true
executions = [
{ execution.type = "RunBuild", execution.params.build = "komodo-core", enabled = true },
{ execution.type = "RunBuild", execution.params.build = "komodo-periphery", enabled = true }
{ execution.type = "RunBuild", execution.params.build = "komodo-periphery", enabled = true },
{ execution.type = "BuildRepo", execution.params.repo = "upload-binaries", enabled = true }
]
##