We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent cc64ecb commit 97db31eCopy full SHA for 97db31e
1 file changed
.github/workflows/zephyr.yml
@@ -56,10 +56,10 @@ jobs:
56
name: twister-out.unit_testing
57
path: twister-out.unit_testing
58
if-no-files-found: warn
59
- - name: Upload native_sim Twister results
+ - name: Upload subsys Twister results
60
if: ${{ always() }}
61
uses: actions/upload-artifact@v4
62
with:
63
- name: twister-out.native_sim
64
- path: twister-out.native_sim
+ name: twister-out.subsys
+ path: twister-out.subsys
65
0 commit comments