Skip to content

Commit f59f87f

Browse files
committed
Update push.yml
1 parent ae81400 commit f59f87f

File tree

1 file changed

+9
-9
lines changed

1 file changed

+9
-9
lines changed

Diff for: .github/workflows/push.yml

+9-9
Original file line numberDiff line numberDiff line change
@@ -156,12 +156,12 @@ jobs:
156156
path: cli_compile_${{ matrix.chunk }}.json
157157

158158
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}}
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)