update workflow - only build tiny2350 firmware
This commit is contained in:
parent
7319462023
commit
f76160378c
12
.github/workflows/micropython.yml
vendored
12
.github/workflows/micropython.yml
vendored
@ -14,12 +14,12 @@ jobs:
|
|||||||
strategy:
|
strategy:
|
||||||
matrix:
|
matrix:
|
||||||
include:
|
include:
|
||||||
- name: rpi_pico2
|
# - name: rpi_pico2
|
||||||
- name: rpi_pico2_w
|
# - name: rpi_pico2_w
|
||||||
- name: rpi_pico2b
|
# - name: rpi_pico2b
|
||||||
- name: pimoroni_plasma2350
|
# - name: pimoroni_plasma2350
|
||||||
- name: pimoroni_tiny2350
|
- name: pimoroni_tiny2350
|
||||||
- name: pimoroni_pico_plus2
|
# - name: pimoroni_pico_plus2
|
||||||
|
|
||||||
env:
|
env:
|
||||||
# MicroPython version will be contained in github.event.release.tag_name for releases
|
# MicroPython version will be contained in github.event.release.tag_name for releases
|
||||||
@ -99,4 +99,4 @@ jobs:
|
|||||||
if: github.event_name == 'release'
|
if: github.event_name == 'release'
|
||||||
uses: softprops/action-gh-release@v2
|
uses: softprops/action-gh-release@v2
|
||||||
with:
|
with:
|
||||||
files: ${{ env.CI_BUILD_ROOT }}/${{ env.CI_RELEASE_FILENAME }}-with-filesystem.uf2
|
files: ${{ env.CI_BUILD_ROOT }}/${{ env.CI_RELEASE_FILENAME }}-with-filesystem.uf2
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user