Browse Source

ci: sort build configuration output

Co-authored-by: Albert Y <76888457+filterpaper@users.noreply.github.com>
xmkb
Adrian 2 years ago committed by Pete Johanson
parent
commit
3ff8014cf2
  1. 2
      .github/workflows/build-user-config.yml

2
.github/workflows/build-user-config.yml

@ -100,7 +100,7 @@ jobs: @@ -100,7 +100,7 @@ jobs:
west build -s zmk/app -b ${{ matrix.board }} -- -DZMK_CONFIG=${GITHUB_WORKSPACE}/${{ inputs.config_path }} ${{ steps.variables.outputs.extra-cmake-args }} ${{ matrix.cmake-args }}
- name: ${{ steps.variables.outputs.display-name }} Kconfig file
run: cat build/zephyr/.config | grep -v "^#" | grep -v "^$"
run: cat build/zephyr/.config | grep -v "^#" | grep -v "^$" | sort
- name: Rename artifacts
run: |

Loading…
Cancel
Save