Skip to content

Commit d2d37e4

Browse files
committed
Upload event file
1 parent 49d431b commit d2d37e4

File tree

1 file changed

+11
-0
lines changed

1 file changed

+11
-0
lines changed

.github/workflows/push.yml

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -154,3 +154,14 @@ jobs:
154154
with:
155155
name: master_cli_compile_${{ matrix.chunk }}
156156
path: cli_compile_${{ matrix.chunk }}.json
157+
158+
event_file:
159+
name: "Event File"
160+
needs: [build-arduino-linux, build-arduino-master-linux]
161+
runs-on: ubuntu-latest
162+
steps:
163+
- name: Upload
164+
uses: actions/upload-artifact@v4
165+
with:
166+
name: Event File
167+
path: ${{github.event_path}}

0 commit comments

Comments
 (0)