Skip to content

Commit be64fc0

Browse files
committed
Fix
1 parent 7574605 commit be64fc0

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

.github/workflows/hil.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -275,5 +275,5 @@ jobs:
275275
- name: Upload
276276
uses: actions/upload-artifact@v4
277277
with:
278-
name: Event File
278+
name: event_file
279279
path: ${{github.event_path}}

.github/workflows/publish.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -33,6 +33,6 @@ jobs:
3333
uses: EnricoMi/publish-unit-test-result-action@v1
3434
with:
3535
commit: ${{ github.event.workflow_run.head_sha }}
36-
event_file: artifacts/Event File/event.json
36+
event_file: artifacts/event_file/event.json
3737
event_name: ${{ github.event.workflow_run.event }}
3838
files: "artifacts/**/*.xml"

.github/workflows/wokwi.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@ jobs:
2727
with:
2828
run-id: ${{github.event.workflow_run.id}}
2929
github-token: ${{env.GITHUB_TOKEN}}
30-
name: Event File
30+
name: event_file
3131
path: ${{github.event_path}}
3232

3333
- name: Get ref

0 commit comments

Comments
 (0)