mirror of
https://github.com/wled/WLED.git
synced 2025-07-19 16:56:35 +00:00
Build each usermod in isolation
This commit is contained in:
parent
27d3420ad7
commit
0e7d5dd013
5
.github/workflows/usermods.yml
vendored
5
.github/workflows/usermods.yml
vendored
@ -21,9 +21,8 @@ jobs:
|
||||
- name: Get default environments
|
||||
id: envs
|
||||
run: |
|
||||
echo -n "usermods=\"" >> $GITHUB_OUTPUT
|
||||
find usermods/ -name library.json | xargs dirname | xargs -n 1 basename | xargs echo >> $GITHUB_OUTPUT
|
||||
echo "\"" >> $GITHUB_OUTPUT
|
||||
mods=`find usermods/ -name library.json | xargs dirname | xargs -n 1 basename | xargs echo`
|
||||
echo -n "usermods=\"$mods\"" >> $GITHUB_OUTPUT
|
||||
outputs:
|
||||
usermods: ${{ steps.envs.outputs.usermods }}
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user