[Komodo] Commit Sync: update release.toml

This commit is contained in:
komodo
2024-11-25 07:17:44 +00:00
parent cb5aada1dc
commit 3b87c97bea

View File

@ -102,8 +102,8 @@ tags = ["release"]
name = "Build Komodo Release" name = "Build Komodo Release"
enabled = true enabled = true
executions = [ executions = [
{ execution.type = "BatchBuildRepo", execution.params.pattern = "\\^periphery-bin-(?:x86|aarch64)$\\", enabled = true }, { execution.type = "BatchBuildRepo", execution.params.pattern = "*", enabled = true },
{ execution.type = "BatchRunBuild", execution.params.pattern = "\\^komodo-(?:core|periphery)-(?:x86|aarch64)$\\", enabled = true } { execution.type = "BatchRunBuild", execution.params.pattern = "*", enabled = true }
] ]
## ##