We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent ae81400 commit f59f87fCopy full SHA for f59f87f
.github/workflows/push.yml
@@ -156,12 +156,12 @@ jobs:
156
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}}
+ name: "Event File"
+ needs: [build-arduino-linux, build-arduino-master-linux]
+ runs-on: ubuntu-latest
+ steps:
+ - name: Upload
+ uses: actions/upload-artifact@v4
+ with:
+ name: Event File
+ path: ${{github.event_path}}
0 commit comments