make membrowse command more visible

This commit is contained in:
hathach
2026-02-11 23:06:38 +07:00
parent 8c9901c318
commit cec0ee53f6
2 changed files with 10 additions and 11 deletions

View File

@ -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