Skip to content

Commit c78e85a

Browse files
authored
Merge pull request #677 from pimoroni/patch-noisy-artifacts
CI: Don't include debug .elf files in artifacts.
2 parents 049219c + 85881db commit c78e85a

File tree

1 file changed

+0
-7
lines changed

1 file changed

+0
-7
lines changed

.github/workflows/micropython-picow.yml

Lines changed: 0 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -134,20 +134,13 @@ jobs:
134134
working-directory: micropython/ports/rp2/build-${{matrix.board}}
135135
run: |
136136
cp firmware.uf2 $RELEASE_FILE.uf2
137-
cp firmware.elf $RELEASE_FILE.elf
138137
139138
- name: Store .uf2 as artifact
140139
uses: actions/upload-artifact@v3
141140
with:
142141
name: ${{env.RELEASE_FILE}}.uf2
143142
path: micropython/ports/rp2/build-${{matrix.board}}/${{env.RELEASE_FILE}}.uf2
144143

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-
151144
- name: Upload .uf2
152145
if: github.event_name == 'release'
153146
uses: actions/upload-release-asset@v1

0 commit comments

Comments
 (0)