Skip to content

Commit 3e7b1cc

Browse files
no quotes on garbage file prefix
1 parent f1154ab commit 3e7b1cc

File tree

2 files changed

+2
-5
lines changed

2 files changed

+2
-5
lines changed

.github/workflows/release.yml

Lines changed: 1 addition & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -33,10 +33,7 @@ jobs:
3333
sudo apt-get install -y gettext gawk
3434
pip install -r requirements.txt
3535
- name: Build assets
36-
run: |
37-
# CIRCUP_DIRS="$(paste -sd ',' circuitpython_support.txt | sed 's/,/, /g')" |
38-
# 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 "nonsense"
36+
run: circuitpython-build-bundles --filename_prefix ${{ steps.repo-name.outputs.repo-name }} --library_location qwiic/drivers --library_depth 1 --package_folder_prefix garbage
4037
- name: Upload Release Assets
4138
uses: shogo82148/actions-upload-release-asset@v1
4239
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 "nonsense"
33+
circuitpython-build-bundles --filename_prefix qwiic-py --library_location qwiic/drivers --library_depth 1 --package_folder_prefix nonsense

0 commit comments

Comments
 (0)