Skip to content

Commit c4c078f

Browse files
committed
f
1 parent 470cb57 commit c4c078f

File tree

1 file changed

+3
-4
lines changed

1 file changed

+3
-4
lines changed

.github/workflows/zephyr_build.yaml

Lines changed: 3 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -105,8 +105,9 @@ jobs:
105105
# This is needed to allow publishing results from PR from forked repos.
106106
- name: Upload Event file
107107
uses: actions/upload-artifact@v2
108+
if: always()
108109
with:
109-
name: Event_File
110+
name: Event File
110111
path: ${{ github.event_path }}
111112

112113
- name: Publish Unit Test Results
@@ -115,9 +116,7 @@ jobs:
115116
with:
116117
check_name: Unit Test Results
117118
github_token: ${{ secrets.GITHUB_TOKEN }}
118-
event_file: artifacts/Event_File/event.json
119+
event_file: artifacts/Event File/event.json
119120
event_name: ${{ github.event.workflow_run.event }}
120121
files: "repos/zephyr/twister-out/twister.xml"
121122
comment_mode: update last
122-
123-

0 commit comments

Comments
 (0)