Skip to content

Commit 538164b

Browse files
committed
Upload ot-cli.
Signed-off-by: Zelin Cai <zelin@makerdiary.com>
1 parent edac8e7 commit 538164b

File tree

1 file changed

+7
-2
lines changed

1 file changed

+7
-2
lines changed

.github/workflows/build.yml

Lines changed: 7 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ on:
1010

1111
jobs:
1212
build:
13-
runs-on: macos-14
13+
runs-on: macos-15
1414
steps:
1515
- name: Checkout openthread repository
1616
uses: actions/checkout@v4
@@ -22,4 +22,9 @@ jobs:
2222
run: |
2323
script/bootstrap
2424
script/cmake-build posix
25-
25+
- name: Upload ot-cli
26+
uses: actions/upload-artifact@v3
27+
with:
28+
name: ot-cli
29+
path: |
30+
openthread/build/posix/src/posix/ot-cli

0 commit comments

Comments
 (0)