adafruit / Adafruit_CircuitPython_asyncio

CIrcuitPython subset of CPython asyncio library
MIT License
26 stars 17 forks source link

Add the package-prefix parameter to the github release action #41

Closed Neradoc closed 1 year ago

Neradoc commented 1 year ago

With the recent release, the zip only contains the examples folder. This is due to the release action not using a --package_folder_prefix unless specified in the inputs of the action.

For comparison, the Adafruit bundle uses --package_folder_prefix "adafruit_, asyncio"