Compare commits

...

1 Commits

Author SHA1 Message Date
Phil Howard
0e13787fbc TEST: Test rebased MicroPython PSRAM branch. 2024-08-22 15:21:09 +01:00

View File

@ -7,7 +7,7 @@ on:
types: [created] types: [created]
env: env:
MICROPYTHON_VERSION: feature/psram MICROPYTHON_VERSION: feature/psram-rebased
MICROPYTHON_FLAVOUR: pimoroni MICROPYTHON_FLAVOUR: pimoroni
PIMORONI_PICO_VERSION: feature/sdk-2.0.0 PIMORONI_PICO_VERSION: feature/sdk-2.0.0
@ -127,4 +127,4 @@ jobs:
asset_path: build-${{ matrix.name }}/firmware.uf2 asset_path: build-${{ matrix.name }}/firmware.uf2
upload_url: ${{ github.event.release.upload_url }} upload_url: ${{ github.event.release.upload_url }}
asset_name: ${{ env.RELEASE_FILE }}.uf2 asset_name: ${{ env.RELEASE_FILE }}.uf2
asset_content_type: application/octet-stream asset_content_type: application/octet-stream