diff --git a/.github/workflows/build-ncs.yml b/.github/workflows/build-ncs.yml index 8e7c04c..f803137 100644 --- a/.github/workflows/build-ncs.yml +++ b/.github/workflows/build-ncs.yml @@ -17,7 +17,7 @@ jobs: shell: bash run: | west init -l example-application - west update -n nrf + west update nrf - name: Find latest sdk-nrf tag working-directory: nrf run: echo "LATEST_NRF_TAG=$(git describe --first-parent --abbrev=0)" >> $GITHUB_ENV @@ -53,7 +53,7 @@ jobs: uses: actions/upload-artifact@v4 with: name: built-applications - path: example-application/twister-out/custom_plank/*/zephyr/zephyr.hex + path: example-application/twister-out/**/zephyr/zephyr.hex - name: Twister Tests working-directory: example-application