Skip to content

Commit 228ecaa

Browse files
committed
update ci
1 parent 24a5ef5 commit 228ecaa

File tree

1 file changed

+3
-4
lines changed

1 file changed

+3
-4
lines changed

.github/workflows/build.yml

+3-4
Original file line numberDiff line numberDiff line change
@@ -28,11 +28,10 @@ jobs:
2828
- name: Checkout code
2929
uses: actions/checkout@v4
3030

31-
- name: Search for go.mod and package.json files
31+
- name: Search for modus.json files
3232
id: get-dirs
33-
run:
34-
echo "dirs=$(find . \( -name 'go.mod' -o -name 'package.json' \) -exec dirname {} \; | sed
35-
's|^\./||' | jq -Rsc 'split("\n")[:-1]')" >> ${GITHUB_OUTPUT}
33+
run: |
34+
echo "dirs=$(find . -name 'modus.json' -exec dirname {} \; | sed 's|^\./||' | jq -Rsc 'split("\n")[:-1]')" >> ${GITHUB_OUTPUT}
3635
3736
build:
3837
needs: get-dirs

0 commit comments

Comments
 (0)