File tree Expand file tree Collapse file tree 1 file changed +0
-7
lines changed Expand file tree Collapse file tree 1 file changed +0
-7
lines changed Original file line number Diff line number Diff line change @@ -134,20 +134,13 @@ jobs:
134
134
working-directory : micropython/ports/rp2/build-${{matrix.board}}
135
135
run : |
136
136
cp firmware.uf2 $RELEASE_FILE.uf2
137
- cp firmware.elf $RELEASE_FILE.elf
138
137
139
138
- name : Store .uf2 as artifact
140
139
uses : actions/upload-artifact@v3
141
140
with :
142
141
name : ${{env.RELEASE_FILE}}.uf2
143
142
path : micropython/ports/rp2/build-${{matrix.board}}/${{env.RELEASE_FILE}}.uf2
144
143
145
- - name : Store .elf as artifact
146
- uses : actions/upload-artifact@v3
147
- with :
148
- name : ${{env.RELEASE_FILE}}.elf
149
- path : micropython/ports/rp2/build-${{matrix.board}}/${{env.RELEASE_FILE}}.elf
150
-
151
144
- name : Upload .uf2
152
145
if : github.event_name == 'release'
153
146
uses : actions/upload-release-asset@v1
You can’t perform that action at this time.
0 commit comments