Skip to content

Commit 27606a3

Browse files
make prefix output the same way that the gawk would in the original build.sh
1 parent 4b26120 commit 27606a3

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/release.yml

+1-1
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/drivers --library_depth 1 --package_folder_prefix Qwiic_SerLCD_Py
36+
run: circuitpython-build-bundles --filename_prefix ${{ steps.repo-name.outputs.repo-name }} --library_location qwiic/drivers --library_depth 1 --package_folder_prefix qwiic_serlcd,
3737
- name: Upload Release Assets
3838
uses: shogo82148/actions-upload-release-asset@v1
3939
with:

build.sh

+1-1
Original file line numberDiff line numberDiff line change
@@ -30,4 +30,4 @@ set -e
3030
# Gather the package submods that are supported in CircuitPython and create a comma-separated string to pass to circuitpython-build-bundles
3131
# CIRCUP_DIRS="$(paste -sd ',' circuitpython_support.txt | sed 's/,/, /g')"
3232
# echo "FOUND CIRCUP DIRS: ${CIRCUP_DIRS}"
33-
circuitpython-build-bundles --filename_prefix qwiic-py --library_location qwiic/drivers --library_depth 1 --package_folder_prefix Qwiic_SerLCD_Py
33+
circuitpython-build-bundles --filename_prefix qwiic-py --library_location qwiic/drivers --library_depth 1 --package_folder_prefix qwiic_serlcd,

0 commit comments

Comments
 (0)