We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent e9c35d7 commit e35548bCopy full SHA for e35548b
.github/workflows/release.yml
@@ -44,7 +44,7 @@ jobs:
44
run: |
45
source actions-ci/install.sh
46
- name: Build assets
47
- 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"
48
- name: Upload Release Assets
49
# the 'official' actions version does not yet support dynamically
50
# supplying asset names to upload. @csexton's version chosen based on
0 commit comments