Skip to content

Commit e9c35d7

Browse files
authored
add package_folder_prefix to include asyncio directory
1 parent 1118911 commit e9c35d7

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/build.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -53,7 +53,7 @@ jobs:
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:

0 commit comments

Comments
 (0)