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 cc8a894
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions .github/workflows/on_target.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,7 @@ on:
- no
schedule:
- cron: "0 0 * * *"
pull_request:

jobs:
build:
Expand Down Expand Up @@ -50,6 +51,12 @@ jobs:
name: oob-t91x-hex
path: thingy91x-oob/build/merged.hex

- name: Publish .config
uses: actions/upload-artifact@v4
with:
name: config
path: thingy91x-oob/build/app/zephyr/.config

test:
if: github.event.inputs.run_test == 'yes' || github.event.inputs.run_test == '' || github.event.inputs.run_test == null
name: Test
Expand Down

0 comments on commit cc8a894

Please sign in to comment.