From d2a846c27377b326881ca831ffba0112acf74923 Mon Sep 17 00:00:00 2001 From: Alex Tsitsiura Date: Fri, 13 Oct 2023 17:38:28 +0300 Subject: [PATCH] [Telink] Remove build conflict --- .github/workflows/examples-telink.yaml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/.github/workflows/examples-telink.yaml b/.github/workflows/examples-telink.yaml index 0f7a42d4ab8a04..80594942c6815b 100644 --- a/.github/workflows/examples-telink.yaml +++ b/.github/workflows/examples-telink.yaml @@ -139,10 +139,10 @@ jobs: - name: Build example Telink (B92) Light Switch App with OTA, Shell, Factory Data run: | ./scripts/run_in_build_env.sh \ - "./scripts/build/build_examples.py --target 'telink-tlsr9528a-light-switch-ota-shell-factory-data' build" + "./scripts/build/build_examples.py --target 'telink-tlsr9528a-light-switch-shell-factory-data' build" .environment/pigweed-venv/bin/python3 scripts/tools/memory/gh_sizes.py \ - telink tlsr9528a light-switch-app-ota-shell-factory-data \ - out/telink-tlsr9528a-light-switch-ota-shell-factory-data/zephyr/zephyr.elf \ + telink tlsr9528a light-switch-app-shell-factory-data \ + out/telink-tlsr9528a-light-switch-shell-factory-data/zephyr/zephyr.elf \ /tmp/bloat_reports/ - name: clean out build output