We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 1118911 commit e9c35d7Copy full SHA for e9c35d7
.github/workflows/build.yml
@@ -53,7 +53,7 @@ jobs:
53
run: |
54
pre-commit run --all-files
55
- name: Build assets
56
- run: circuitpython-build-bundles --filename_prefix ${{ steps.repo-name.outputs.repo-name }} --library_location .
+ run: circuitpython-build-bundles --filename_prefix ${{ steps.repo-name.outputs.repo-name }} --library_location . --package_folder_prefix "adafruit_, asyncio"
57
- name: Archive bundles
58
uses: actions/upload-artifact@v2
59
with:
0 commit comments