Skip to content

Commit e35548b

Browse files
authored
add package_folder_prefix
1 parent e9c35d7 commit e35548b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/release.yml

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

0 commit comments

Comments
 (0)