Skip to content

Commit 6ad286e

Browse files
Update the release workflow to look for Qwiic Packages
1 parent 6ade240 commit 6ad286e

File tree

1 file changed

+1
-9
lines changed

1 file changed

+1
-9
lines changed

.github/workflows/release.yml

Lines changed: 1 addition & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -32,16 +32,8 @@ jobs:
3232
run: |
3333
sudo apt-get install -y gettext gawk
3434
pip install -r requirements.txt
35-
- name: Package Folder Prefix For circuitpython-build-tools (Community Bundle Specific)
36-
id: pkg-folder
37-
run: |
38-
echo prefix=$(
39-
ls -RUx |
40-
gawk -F '\n' '{ match($1, /(drivers|helpers)\/(.+)\/(.+)\:/, arr) ; if (length(arr[0]) > 0 && match(arr[3], arr[2]) > 0) printf "%s, ", arr[3] }' |
41-
gawk '{ trimmed = substr($0, 1, length($0) - 2) ; print "\"" trimmed "\"" }'
42-
) >> $GITHUB_OUTPUT
4335
- name: Build assets
44-
run: circuitpython-build-bundles --filename_prefix ${{ steps.repo-name.outputs.repo-name }} --library_location libraries --library_depth 2 --package_folder_prefix ${{ steps.pkg-folder.outputs.prefix }}
36+
run: circuitpython-build-bundles --filename_prefix ${{ steps.repo-name.outputs.repo-name }} --library_location libraries --library_depth 2 --package_folder_prefix Qwiic
4537
- name: Upload Release Assets
4638
uses: shogo82148/actions-upload-release-asset@v1
4739
with:

0 commit comments

Comments
 (0)