From c7d77e3f7b94abd101134188967a57fe1a89d2b2 Mon Sep 17 00:00:00 2001 From: komodo Date: Sat, 8 Feb 2025 23:04:29 +0000 Subject: [PATCH] [Komodo] mbecker20: Commit Resource File: update dev.toml --- dev.toml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/dev.toml b/dev.toml index 1b3da49..4f07fb6 100644 --- a/dev.toml +++ b/dev.toml @@ -145,8 +145,8 @@ tags = ["dev"] name = "Build Binaries + Frontend" enabled = true executions = [ - { execution.type = "RunBuild", execution.params.build = "binaries-dev-x86_64", enabled = true }, - { execution.type = "RunBuild", execution.params.build = "binaries-dev-aarch64", enabled = true }, + { execution.type = "RunBuild", execution.params.build = "komodo-binaries-dev-x86_64", enabled = true }, + { execution.type = "RunBuild", execution.params.build = "komodo-binaries-dev-aarch64", enabled = true }, { execution.type = "RunBuild", execution.params.build = "komodo-frontend-dev", enabled = true } ]