diff --git a/.github/workflows/micropython.yml b/.github/workflows/micropython.yml index 8a95ee0..e59a050 100644 --- a/.github/workflows/micropython.yml +++ b/.github/workflows/micropython.yml @@ -9,7 +9,7 @@ on: env: MICROPYTHON_VERSION: feature/psram-and-wifi MICROPYTHON_FLAVOUR: pimoroni - PIMORONI_PICO_VERSION: main + PIMORONI_PICO_VERSION: feature/picovector2-and-layers jobs: build: @@ -126,4 +126,4 @@ jobs: asset_path: build-${{ matrix.name }}/firmware.uf2 upload_url: ${{ github.event.release.upload_url }} asset_name: ${{ env.RELEASE_FILE }}.uf2 - asset_content_type: application/octet-stream \ No newline at end of file + asset_content_type: application/octet-stream