Skip to content

Commit 989a927

Browse files
committed
Fix release metadata: add ao-oai-runner and ao-workflow-runner to binaries list
1 parent fe0f7ca commit 989a927

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/release.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -169,7 +169,7 @@ jobs:
169169
import os
170170
from pathlib import Path
171171
172-
binaries = ["ao", "agent-runner", "llm-cli-wrapper"]
172+
binaries = ["ao", "agent-runner", "llm-cli-wrapper", "ao-oai-runner", "ao-workflow-runner"]
173173
metadata = {
174174
"schema": "ao.release.v1",
175175
"version": os.environ["VERSION"],

0 commit comments

Comments
 (0)