summaryrefslogtreecommitdiff
path: root/.github/workflows
diff options
context:
space:
mode:
authorhathach <[email protected]>2026-02-11 23:06:38 +0700
committerhathach <[email protected]>2026-02-11 23:30:14 +0700
commitcec0ee53f60ed28d7c324f40cbebd0b677d94eb1 (patch)
tree1683fd1ab08af0e7cea377f8865845e3ec0918f9 /.github/workflows
parent8c9901c31892e9213acc52538cc56c7cb24883b0 (diff)
make membrowse command more visible
Diffstat (limited to '.github/workflows')
-rw-r--r--.github/workflows/build_util.yml1
1 files changed, 1 insertions, 0 deletions
diff --git a/.github/workflows/build_util.yml b/.github/workflows/build_util.yml
index 1a119b132..595129443 100644
--- a/.github/workflows/build_util.yml
+++ b/.github/workflows/build_util.yml
@@ -83,6 +83,7 @@ jobs:
env:
MEMBROWSE_API_KEY: ${{ secrets.MEMBROWSE_API_KEY }}
run: |
+ # if code-changed is false --> there is no elf -> membrowse target upload with --indetical flag
BUILD_PY_ARGS="-s ${{ inputs.build-system }} ${{ steps.setup-toolchain.outputs.build_option }} ${{ inputs.build-options }}"
python tools/build.py $BUILD_PY_ARGS --target examples-membrowse-upload -j 1 ${{ matrix.arg }}
shell: bash