File tree 2 files changed +2
-2
lines changed
2 files changed +2
-2
lines changed Original file line number Diff line number Diff line change 53
53
run : |
54
54
pre-commit run --all-files
55
55
- name : Build assets
56
- run : circuitpython-build-bundles --filename_prefix ${{ steps.repo-name.outputs.repo-name }} --library_location .
56
+ run : circuitpython-build-bundles --filename_prefix ${{ steps.repo-name.outputs.repo-name }} --library_location . --package_folder_prefix "adafruit_, asyncio"
57
57
- name : Archive bundles
58
58
uses : actions/upload-artifact@v2
59
59
with :
Original file line number Diff line number Diff line change 44
44
run : |
45
45
source actions-ci/install.sh
46
46
- name : Build assets
47
- run : circuitpython-build-bundles --filename_prefix ${{ steps.repo-name.outputs.repo-name }} --library_location .
47
+ run : circuitpython-build-bundles --filename_prefix ${{ steps.repo-name.outputs.repo-name }} --library_location . --package_folder_prefix "adafruit_, asyncio"
48
48
- name : Upload Release Assets
49
49
# the 'official' actions version does not yet support dynamically
50
50
# supplying asset names to upload. @csexton's version chosen based on
You can’t perform that action at this time.
0 commit comments