Skip to content

Commit

Permalink
double quotes
Browse files Browse the repository at this point in the history
  • Loading branch information
malcolm-sparkfun committed Jan 15, 2025
1 parent 55247b8 commit c1fbd79
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@ jobs:
pip install -r requirements.txt
- name: Build assets
run: |
CIRCUP_DIRS="$(paste -sd ',' circuitpython_support.txt | sed 's/,/, /g')" |
CIRCUP_DIRS="\"$(paste -sd ',' circuitpython_support.txt | sed 's/,/, /g')\"" |
echo "Build assets dirs: ${CIRCUP_DIRS}" |
circuitpython-build-bundles --filename_prefix ${{ steps.repo-name.outputs.repo-name }} --library_location qwiic/drivers --library_depth 1 --package_folder_prefix "${CIRCUP_DIRS}"
- name: Upload Release Assets
Expand Down

0 comments on commit c1fbd79

Please sign in to comment.