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 5353 run : |
5454 pre-commit run --all-files
5555 - 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"
5757 - name : Archive bundles
5858 uses : actions/upload-artifact@v2
5959 with :
Original file line number Diff line number Diff line change 4444 run : |
4545 source actions-ci/install.sh
4646 - 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"
4848 - name : Upload Release Assets
4949 # the 'official' actions version does not yet support dynamically
5050 # supplying asset names to upload. @csexton's version chosen based on
You can’t perform that action at this time.
0 commit comments