Skip to content

Commit 97db31e

Browse files
committed
Rename and update upload step for subsys Twister results in zephyr.yml
1 parent cc64ecb commit 97db31e

1 file changed

Lines changed: 3 additions & 3 deletions

File tree

.github/workflows/zephyr.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -56,10 +56,10 @@ jobs:
5656
name: twister-out.unit_testing
5757
path: twister-out.unit_testing
5858
if-no-files-found: warn
59-
- name: Upload native_sim Twister results
59+
- name: Upload subsys Twister results
6060
if: ${{ always() }}
6161
uses: actions/upload-artifact@v4
6262
with:
63-
name: twister-out.native_sim
64-
path: twister-out.native_sim
63+
name: twister-out.subsys
64+
path: twister-out.subsys
6565
if-no-files-found: warn

0 commit comments

Comments
 (0)