Skip to content

Commit

Permalink
ci: publish application .config
Browse files Browse the repository at this point in the history
  • Loading branch information
coderbyheart committed Jun 7, 2024
1 parent 1d357be commit dd45248
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -36,3 +36,9 @@ jobs:
working-directory: thingy91x-oob
run: |
west twister -T app -v --inline-logs --integration
- name: Publish .config
uses: actions/upload-artifact@v4
with:
name: config
path: thingy91x-oob/build/app/zephyr/.config

0 comments on commit dd45248

Please sign in to comment.