[Komodo] mbecker20: Commit Resource File: update release.toml

This commit is contained in:
komodo
2024-11-25 07:14:49 +00:00
parent c0666f81b8
commit cb5aada1dc

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 = "\\^periphery-bin-(?:x86|aarch64)$\\", enabled = true },
{ execution.type = "BatchRunBuild", execution.params.pattern = "\^komodo-(?:core|periphery)-(?:x86|aarch64)$\", enabled = true } { execution.type = "BatchRunBuild", execution.params.pattern = "\\^komodo-(?:core|periphery)-(?:x86|aarch64)$\\", enabled = true }
] ]
## ##