Merge pull request #114 from Gadgetoid/mpy-release-version

Append version to MicroPython .uf2
pull/115/head
Philip Howard 2021-03-31 17:42:59 +01:00 zatwierdzone przez GitHub
commit 7b3f68a8bf
Nie znaleziono w bazie danych klucza dla tego podpisu
ID klucza GPG: 4AEE18F83AFDEB23
1 zmienionych plików z 2 dodań i 1 usunięć

Wyświetl plik

@ -9,6 +9,7 @@ on:
env:
# Customize the CMake build type here (Release, Debug, RelWithDebInfo, etc.)
BUILD_TYPE: Release
RELEASE_FILE: ${{github.event.repository.name}}-micropython-${{github.event.release.tag_name}}.uf2
jobs:
build:
@ -73,5 +74,5 @@ jobs:
with:
asset_path: micropython/ports/rp2/build/firmware.uf2
upload_url: ${{github.event.release.upload_url}}
asset_name: pimoroni-pico-micropython.uf2
asset_name: ${{env.RELEASE_FILE}}
asset_content_type: application/octet-stream