File tree Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Original file line number Diff line number Diff line change 4545 run : |
4646 pre-commit run --all-files
4747 - name : Build assets
48- run : circuitpython-build-bundles --filename_prefix ${{ steps.repo-name.outputs.repo-name }} --library_location libraries --library_depth 2
48+ run : circuitpython-build-bundles --filename_prefix ${{ steps.repo-name.outputs.repo-name }} --library_location libraries --library_depth 2 --package_folder_prefix "adafruit_, asyncio"
4949 - name : Build docs
5050 working-directory : docs
5151 run : sphinx-build -E -W -b html . _build/html
Original file line number Diff line number Diff line change 3939 sudo apt-get install gettext
4040 pip install -r requirements.txt
4141 - name : Build assets
42- run : circuitpython-build-bundles --filename_prefix ${{ steps.repo-name.outputs.repo-name }} --library_location libraries --library_depth 2
42+ run : circuitpython-build-bundles --filename_prefix ${{ steps.repo-name.outputs.repo-name }} --library_location libraries --library_depth 2 --package_folder_prefix "adafruit_, asyncio"
4343 - name : Upload Release Assets
4444 # the 'official' actions version does not yet support dynamically
4545 # supplying asset names to upload. @csexton's version chosen based on
You can’t perform that action at this time.
0 commit comments