We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent edac8e7 commit 538164bCopy full SHA for 538164b
1 file changed
.github/workflows/build.yml
@@ -10,7 +10,7 @@ on:
10
11
jobs:
12
build:
13
- runs-on: macos-14
+ runs-on: macos-15
14
steps:
15
- name: Checkout openthread repository
16
uses: actions/checkout@v4
@@ -22,4 +22,9 @@ jobs:
22
run: |
23
script/bootstrap
24
script/cmake-build posix
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