Skip to content

Commit 81cbc88

Browse files
authored
Merge pull request #11 from adafruit/dhalbert-package-folder-prefix
add package_folder_prefix
2 parents 1118911 + e35548b commit 81cbc88

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
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:

.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)