From f1ffa66f0014a8964da83c62f17ca0b7c873b798 Mon Sep 17 00:00:00 2001 From: Li Cao Date: Tue, 8 Dec 2020 01:51:25 +0800 Subject: [PATCH] [github-actions] update binaries path in upload action (#5916) --- .github/workflows/simulation-1.2.yml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/.github/workflows/simulation-1.2.yml b/.github/workflows/simulation-1.2.yml index 011702610..23ceed10f 100644 --- a/.github/workflows/simulation-1.2.yml +++ b/.github/workflows/simulation-1.2.yml @@ -88,7 +88,7 @@ jobs: with: name: core-thread-1-2-${{ matrix.compiler.c }}-${{ matrix.arch }} path: | - ./build/cmake/openthread-simulation-1.2/examples/apps/cli/ot-cli-* + ./build/openthread-simulation-1.2/examples/apps/cli/ot-cli-* ./ot-core-dump/* ./so-lib/* - name: Keep-1-2-only @@ -172,8 +172,8 @@ jobs: with: name: core-packet-verification-low-power path: | - ./build/cmake/openthread-simulation-1.2/examples/apps/cli/ot-cli-* - ./build/cmake/openthread-simulation-1.1/examples/apps/cli/ot-cli-* + ./build/openthread-simulation-1.2/examples/apps/cli/ot-cli-* + ./build/openthread-simulation-1.1/examples/apps/cli/ot-cli-* ./ot-core-dump/* ./so-lib/* - name: Keep-1-2-only