From 1f0388ecd0a30fc487adb193a152e618fc0a509b Mon Sep 17 00:00:00 2001 From: komodo Date: Tue, 26 Nov 2024 07:03:38 +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 be1699b..67ba57e 100644 --- a/dev.toml +++ b/dev.toml @@ -146,8 +146,8 @@ tags = ["dev"] name = "Build Binaries + Frontend" enabled = true executions = [ - { 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 = "binaries-dev-x86_64", enabled = true }, + { execution.type = "RunBuild", execution.params.build = "binaries-dev-aarch64", enabled = true }, { execution.type = "RunBuild", execution.params.build = "komodo-frontend-dev", enabled = true }, ]