Skip to content

Commit f1154ab

Browse files
Test to see if package_folder_prefix even does anything
1 parent e94dfad commit f1154ab

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
@@ -36,7 +36,7 @@ jobs:
3636
run: |
3737
# CIRCUP_DIRS="$(paste -sd ',' circuitpython_support.txt | sed 's/,/, /g')" |
3838
# echo "Build assets dirs: ${CIRCUP_DIRS}" |
39-
circuitpython-build-bundles --filename_prefix ${{ steps.repo-name.outputs.repo-name }} --library_location qwiic/drivers --library_depth 1 --package_folder_prefix "qwiic_alphanumeric, qwiic_serlcd"
39+
circuitpython-build-bundles --filename_prefix ${{ steps.repo-name.outputs.repo-name }} --library_location qwiic/drivers --library_depth 1 --package_folder_prefix "nonsense"
4040
- name: Upload Release Assets
4141
uses: shogo82148/actions-upload-release-asset@v1
4242
with:

build.sh

Lines changed: 1 addition & 1 deletion
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_alphanumeric, qwiic_serlcd"
33+
circuitpython-build-bundles --filename_prefix qwiic-py --library_location qwiic/drivers --library_depth 1 --package_folder_prefix "nonsense"

0 commit comments

Comments
 (0)