From cb5aada1dc092ed15c679ebb229521b4442cd444 Mon Sep 17 00:00:00 2001 From: komodo Date: Mon, 25 Nov 2024 07:14:49 +0000 Subject: [PATCH] [Komodo] mbecker20: Commit Resource File: update release.toml --- release.toml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/release.toml b/release.toml index 83b671c..26f1e83 100644 --- a/release.toml +++ b/release.toml @@ -102,8 +102,8 @@ tags = ["release"] name = "Build Komodo Release" enabled = true executions = [ - { execution.type = "BatchBuildRepo", execution.params.pattern = "\^periphery-bin-(?:x86|aarch64)$\", enabled = true }, - { execution.type = "BatchRunBuild", execution.params.pattern = "\^komodo-(?:core|periphery)-(?:x86|aarch64)$\", enabled = true } + { execution.type = "BatchBuildRepo", execution.params.pattern = "\\^periphery-bin-(?:x86|aarch64)$\\", enabled = true }, + { execution.type = "BatchRunBuild", execution.params.pattern = "\\^komodo-(?:core|periphery)-(?:x86|aarch64)$\\", enabled = true } ] ##