Skip to content

Commit 38bba9d

Browse files
Change library depth
1 parent 7d27581 commit 38bba9d

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/release.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,7 @@ jobs:
3333
sudo apt-get install -y gettext gawk
3434
pip install -r requirements.txt
3535
- name: Build assets
36-
run: circuitpython-build-bundles --filename_prefix ${{ steps.repo-name.outputs.repo-name }} --library_location qwiic/circuitpython --library_depth 2 --package_folder_prefix "Qwiic, qwiic, Pi"
36+
run: circuitpython-build-bundles --filename_prefix ${{ steps.repo-name.outputs.repo-name }} --library_location qwiic/circuitpython --library_depth 1 --package_folder_prefix "Qwiic, qwiic, Pi"
3737
- name: Upload Release Assets
3838
uses: shogo82148/actions-upload-release-asset@v1
3939
with:

build.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -35,4 +35,4 @@ set -e
3535
# gawk '{ trimmed = substr($0, 1, length($0) - 2) ; print "\"" trimmed "\"" }'
3636
# )
3737

38-
circuitpython-build-bundles --filename_prefix qwiic-py --library_location qwiic/circuitpython --library_depth 2 --package_folder_prefix "Qwiic, qwiic, Pi"
38+
circuitpython-build-bundles --filename_prefix qwiic-py --library_location qwiic/circuitpython --library_depth 1 --package_folder_prefix "Qwiic, qwiic, Pi"

0 commit comments

Comments
 (0)