Skip to content

Commit

Permalink
Draft
Browse files Browse the repository at this point in the history
  • Loading branch information
jangalda-nsc committed Mar 27, 2024
1 parent 70e28f1 commit 108a012
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/build-ncs.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down Expand Up @@ -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
Expand Down

0 comments on commit 108a012

Please sign in to comment.