Skip to content

Commit

Permalink
Merge pull request #677 from pimoroni/patch-noisy-artifacts
Browse files Browse the repository at this point in the history
CI: Don't include debug .elf files in artifacts.
  • Loading branch information
Gadgetoid committed Feb 21, 2023
2 parents 049219c + 85881db commit c78e85a
Showing 1 changed file with 0 additions and 7 deletions.
7 changes: 0 additions & 7 deletions .github/workflows/micropython-picow.yml
Original file line number Diff line number Diff line change
Expand Up @@ -134,20 +134,13 @@ jobs:
working-directory: micropython/ports/rp2/build-${{matrix.board}}
run: |
cp firmware.uf2 $RELEASE_FILE.uf2
cp firmware.elf $RELEASE_FILE.elf
- name: Store .uf2 as artifact
uses: actions/upload-artifact@v3
with:
name: ${{env.RELEASE_FILE}}.uf2
path: micropython/ports/rp2/build-${{matrix.board}}/${{env.RELEASE_FILE}}.uf2

- name: Store .elf as artifact
uses: actions/upload-artifact@v3
with:
name: ${{env.RELEASE_FILE}}.elf
path: micropython/ports/rp2/build-${{matrix.board}}/${{env.RELEASE_FILE}}.elf

- name: Upload .uf2
if: github.event_name == 'release'
uses: actions/upload-release-asset@v1
Expand Down

0 comments on commit c78e85a

Please sign in to comment.