Skip to content

Commit 17d59f4

Browse files
committed
CI: Scannable artifact and release names.
When I go to fetch an artifact for a MicroPython build my brain is always confounded by the repetition of "pimoroni-" before each file. Change the names so the product is up-front, so the list is easier to scan-read through.
1 parent 4c44b77 commit 17d59f4

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/micropython.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -42,7 +42,7 @@ jobs:
4242

4343
env:
4444
# MicroPython version will be contained in github.event.release.tag_name for releases
45-
RELEASE_FILE: pimoroni-${{ matrix.name }}-${{ github.event.release.tag_name || github.sha }}-micropython
45+
RELEASE_FILE: ${{ matrix.name }}-${{ github.event.release.tag_name || github.sha }}-pimoroni-micropython
4646
PIMORONI_PICO_DIR: "${{ github.workspace }}/pimoroni-pico-${{ github.sha }}"
4747
MICROPY_BOARD_DIR: "${{ github.workspace }}/pimoroni-pico-${{ github.sha }}/micropython/board/${{ matrix.BOARD }}"
4848
USER_C_MODULES: "${{ github.workspace }}/pimoroni-pico-${{ github.sha }}/micropython/modules/micropython-${{ matrix.name }}.cmake"

0 commit comments

Comments
 (0)