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 45
45
run : |
46
46
pre-commit run --all-files
47
47
- 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"
49
49
- name : Build docs
50
50
working-directory : docs
51
51
run : sphinx-build -E -W -b html . _build/html
Original file line number Diff line number Diff line change 39
39
sudo apt-get install gettext
40
40
pip install -r requirements.txt
41
41
- 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"
43
43
- name : Upload Release Assets
44
44
# the 'official' actions version does not yet support dynamically
45
45
# supplying asset names to upload. @csexton's version chosen based on
You can’t perform that action at this time.
0 commit comments